{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load bootstrap3 %} {% load ietf_filters %} {% load textfilters %} {% block title %} Status update for {{ group.type.name }} {{ group.acronym }} at {{meeting}} {% endblock %} {% block content %} {% origin %}

Status update for {{ group.type.name }} {{ group.acronym }} at {{meeting}}

{{ status_update.desc|default:"(none)"|linkify }}
Back {% endblock %}