We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb26a27 commit a7cf886Copy full SHA for a7cf886
1 file changed
ietf/templates/group/manage_review_requests.html
@@ -75,6 +75,9 @@ <h3 class="panel-title">
75
<div>
76
{{ r.doc.pages }} page{{ r.doc.pages|pluralize }}
77
- {{ r.doc.friendly_state }}
78
+ {% if r.doc.telechat_date %}
79
+ - IESG telechat: {{ r.doc.telechat_date }}
80
+ {% endif %}
81
{% if r.doc.group.type_id != "individ" %}
82
- <a href="{% url "ietf.group.views.group_home" acronym=r.doc.group.acronym group_type=r.doc.group.type_id %}">{{ r.doc.group.acronym }} {{ r.doc.group.type.name }}</a>
83
{% endif %}
0 commit comments