diff --git a/ietf/templates/group/all_status.html b/ietf/templates/group/all_status.html new file mode 100644 index 000000000..31d93b9c8 --- /dev/null +++ b/ietf/templates/group/all_status.html @@ -0,0 +1,50 @@ +{% extends "base.html" %} +{# Copyright The IETF Trust 2015, All Rights Reserved #} +{% load origin %} +{% load staticfiles %} +{% load bootstrap3 %} +{% load ietf_filters %} + +{% 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)"|escape|urlize }} |
+
{{ 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)"|escape|urlize }} |
+