forked from adamlaska/datatracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscribe_doc.html
More file actions
26 lines (22 loc) · 898 Bytes
/
scribe_doc.html
File metadata and controls
26 lines (22 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
<li>
{{ doc.title }} ({{ doc.intended_std_level }})
<br><a href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">{{ doc.canonical_name }}</a>
{% with doc.rfc_number as rfc_number %}
{% if rfc_number %}
<a href="http://www.rfc-editor.org/rfc/rfc{{ rfc_number }}/">[txt]</a>
{% else %}
<a href="{{doc.get_href}}">[txt]</a>
{% endif %}
{% endwith %}
<br>Token: {{ doc.ad }} ({{ doc.area_acronym }} area)
{% if doc.note %}
<br>Note: {{ doc.note|linebreaksbr }}
{% endif %}
{% for ipr in doc.ipr %}
{% if ipr.disclosure.state.slug == "posted" %}
<br>IPR: <a href="https://datatracker.ietf.org/ipr/{{ ipr.disclosure.id }}/">{{ ipr.disclosure.title }}</a>
{% endif %}
{% endfor %}
{% include "iesg/scribe_doc_ballot.html" %}
</li>