|
33 | 33 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
34 | 34 | {% endcomment %} |
35 | 35 |
|
36 | | -{% load ietf_filters %} |
| 36 | +{% load ietf_filters ietf_streams %} |
37 | 37 |
|
38 | 38 | {% block doc_metatable %} |
39 | | -<tr><td style="width:18ex;">Document type:</td><td>{{ info.type|escape }} |
| 39 | +<tr><td>Document Stream:</td><td> {{ stream_info.stream.name|default:"No stream defined" }}</td></tr> |
| 40 | +<tr><td>I-D availability status:</td><td> {{ doc.draft_status }} |
| 41 | +{% ifequal doc.draft_status "Expired" %} |
| 42 | +{% if doc.resurrect_requested_by %}(resurrect requested by {{ doc.resurrect_requested_by }}){% endif %} |
| 43 | +{% endifequal %} |
40 | 44 | {% with doc.replaces as r %}{% if r %}<br />Replaces {% filter urlize_ietf_docs %}{{ r|join:", "}}{% endfilter %}{% endif %}{% endwith %} |
41 | 45 | </td></tr> |
42 | 46 | <tr><td>Last updated:</td><td> {{ doc.publication_date|default:"(data missing)" }}</td></tr> |
43 | | -<tr><td><a href="/idtracker/help/state/">State</a>:</td><td> |
44 | | -{{ doc.friendly_state|safe }} |
| 47 | +{% ifequal stream_info.stream.name "IETF" %}<tr><td>IETF WG status:</td><td>{{ stream_info.state.name }} ({{ stream_info.streamed.group }}) |
| 48 | +{% if stream_info.tags %}<br /><i>{% for tag in stream_info.tags %}{{ tag.name }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %} |
| 49 | +</td></tr> |
| 50 | +{% else %} |
| 51 | +{% if stream_info.stream %}<tr><td>{{ stream_info.stream.name }} status:</td><td>{{ stream_info.state.name }} {% if stream_info.streamed.group %}({{ stream_info.streamed.group }}) {% endif %} |
| 52 | +{% if stream_info.tags %}<br /><i>{% for tag in stream_info.tags %}{{ tag.name }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %} |
| 53 | +</td></tr>{% endif %} |
| 54 | +{% endifequal %} |
| 55 | +<tr><td>Intended RFC status:</td><td>{% if doc.in_ietf_process %}{{ doc.ietf_process.intended_maturity_level|default:"-" }}{% else %}-{%endif%}</td></tr> |
| 56 | +<tr><td>Document shepherd:</td><td>{{ stream_info.shepherd|default:"" }}</td></tr> |
| 57 | +<tr><td><a href="/idtracker/help/state/">IESG State</>:</td><td> {{ doc.friendly_state|safe }} |
45 | 58 | {% if doc.rfc_editor_state %}<br />RFC Editor State: <a href="http://www.rfc-editor.org/queue2.html#{{doc.draft_name}}">{{ doc.rfc_editor_state|escape }}</a>{% endif %} |
46 | 59 | {% ifequal doc.draft_status "Expired" %} |
47 | 60 | {% if doc.resurrect_requested_by %}(resurrect requested by {{ doc.resurrect_requested_by }}){% endif %} |
48 | 61 | {% endifequal %} |
49 | 62 | {% if doc.in_ietf_process %}{% if doc.ietf_process.telechat_date %}<br/>On agenda of {{ doc.ietf_process.telechat_date }} IESG telechat {% if doc.ietf_process.telechat_returning_item %} (returning item){%endif%}{%endif%}{% if doc.ietf_process.has_active_iesg_ballot %}<br/><i>({{ doc.ietf_process.iesg_ballot_needed }})</i>{%endif%}{%endif%} |
50 | 63 | </td></tr> |
51 | | -<tr><td>Intended status:</td><td>{% if doc.in_ietf_process %}{{ doc.ietf_process.intended_maturity_level|default:"-" }}{% else %}-{%endif%}</td></tr> |
52 | 64 | <tr><td>Submission:</td><td>{{ doc.submission }}</td></tr> |
53 | 65 | <tr><td>Responsible AD:</td><td>{% if doc.in_ietf_process %}{{ doc.ietf_process.ad_name|default:"-"|escape }}{%else%}-{%endif%}</td></tr> |
54 | 66 | {% if doc.in_ietf_process and doc.ietf_process.iesg_note %}<tr><td>IESG Note:</td><td>{{ doc.ietf_process.iesg_note|format_textarea|safe }}</td></tr>{% endif %} |
|
73 | 85 | {% endblock doc_metatable %} |
74 | 86 |
|
75 | 87 | {% block doc_metalinks %} |
| 88 | +{% edit_actions doc %} |
76 | 89 | <div> |
77 | 90 | <a href="mailto:{{doc.draft_name}}@tools.ietf.org?subject=Mail%20regarding%20{{doc.draft_name}}" rel="nofollow">Email Authors</a> |
78 | 91 | | <a href="/ipr/search/?option=document_search&id_document_tag={{doc.tracker_id}}" rel="nofollow">IPR Disclosures</a> |
|
0 commit comments