datatracker/ietf/templates/iesg/agenda_documents_row_status_redesign.html
Robert Sparks 51ab8123d9 merged in from 4.20-ise
- Legacy-Id: 4502
2012-06-22 20:25:17 +00:00

7 lines
175 B
HTML

{% extends "doc/status_columns.html" %}
{% block extra_status %}
{% if doc.type.slug == 'draft' %}
<br/>Intended status: {{doc.intended_std_level}}
{% endif %}
{% endblock %}