{% 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 updates {% endblock %} {% block content %} {% origin %}
| {{ rpt.group.acronym }}
{% if rpt.group.state.slug != "active" %}
{{ rpt.group.state.slug|upper }}
{% endif %}
{{rpt.time|date:"Y-m-d"}} |
{{ rpt.desc|default:"(none)"|linkify }} |
| {{ rpt.group.acronym }}
{% if rpt.group.state.slug != "active" %}
{{ rpt.group.state.slug|upper }}
{% endif %}
{{rpt.time|date:"Y-m-d"}} |
{{ rpt.desc|default:"(none)"|linkify }} |