- {% if p.old_positions %}
(was {{ p.old_positions|join:", " }}){% endif %}
+ {% if p.old_positions %}
(was {{ p.old_positions|join:", " }}){% endif %}
{{ p.pos }}
{% if user|has_role:"Secretariat" %}
- {{ doc.notify|default:'(None)' }}
+ {{ doc.notify|default:'(None)' }}
|
diff --git a/ietf/templates/doc/document_charter.html b/ietf/templates/doc/document_charter.html
index 4e2ab4484..df5d702e4 100644
--- a/ietf/templates/doc/document_charter.html
+++ b/ietf/templates/doc/document_charter.html
@@ -152,7 +152,7 @@
{% if not telechat %}
- (None)
+ (None)
{% else %}
On agenda of {{ telechat.telechat_date|date:"Y-m-d" }} IESG telechat
{% endif %}
@@ -175,7 +175,7 @@
{% endif %}
|
- {{ doc.notify|default:'(None)' }}
+ {{ doc.notify|default:'(None)' }}
|
diff --git a/ietf/templates/doc/document_chatlog.html b/ietf/templates/doc/document_chatlog.html
index e57c12c78..4e4738250 100644
--- a/ietf/templates/doc/document_chatlog.html
+++ b/ietf/templates/doc/document_chatlog.html
@@ -32,7 +32,7 @@
Title |
|
- {{ doc.title|default:'(None)' }} |
+ {{ doc.title|default:'(None)' }} |
Session |
diff --git a/ietf/templates/doc/document_conflict_review.html b/ietf/templates/doc/document_conflict_review.html
index c639cac86..ccdaa9a13 100644
--- a/ietf/templates/doc/document_conflict_review.html
+++ b/ietf/templates/doc/document_conflict_review.html
@@ -90,7 +90,7 @@
{% if not telechat %}
- (None)
+ (None)
{% else %}
On agenda of {{ telechat.telechat_date|date:"Y-m-d" }} IESG telechat
{% if doc.returning_item %}(returning item){% endif %}
diff --git a/ietf/templates/doc/document_draft.html b/ietf/templates/doc/document_draft.html
index 90796aa54..62c4120f2 100644
--- a/ietf/templates/doc/document_draft.html
+++ b/ietf/templates/doc/document_draft.html
@@ -73,7 +73,7 @@
{{ stream_state }}
{% else %}
-
+
(None)
{% endif %}
@@ -85,7 +85,7 @@
{% endif %}
{% if due_date %}
- (Due date {{ due_date }})
+ (Due date {{ due_date }})
{% endif %}
|
{% else %}
@@ -95,7 +95,7 @@
|
- (No stream defined)
+ (No stream defined)
|
{% endif %}
@@ -166,7 +166,7 @@
{% if pres.rev and pres.rev != doc.rev %}(version -{{ pres.rev }}){% endif %}{% if not forloop.last %},{% endif %}
{% endfor %}
{% else %}
-
+
(None)
{% endif %}
@@ -196,7 +196,7 @@
{% if doc.shepherd %}
{% person_link doc.shepherd.person %}
{% else %}
-
+
(None)
{% endif %}
@@ -226,7 +226,7 @@
Last changed {{ shepherd_writeup.time|date:"Y-m-d" }}
{% else %}
-
+
(None)
{% endif %}
@@ -251,7 +251,7 @@
{% if doc.has_rfc_editor_note %}
(last changed {{ doc.has_rfc_editor_note|date:"Y-m-d" }})
{% else %}
-
+
(None)
{% endif %}
@@ -327,7 +327,7 @@
{% endif %}
{% else %}
-
+
(None)
{% endif %}
@@ -375,7 +375,7 @@
On agenda of {{ telechat.telechat_date }} IESG telechat
{% if telechat.returning_item %}(returning item){% endif %}
{% else %}
-
+
(None)
{% endif %}
@@ -402,7 +402,7 @@
{% if doc.ad %}
{% person_link doc.ad %}
{% else %}
-
+
(None)
{% endif %}
@@ -427,7 +427,7 @@
{% if doc.note %}
{{ doc.note|linebreaksbr }}
{% else %}
-
+
(None)
{% endif %}
@@ -452,7 +452,7 @@
{% if doc.notify %}
{{ doc.notify|linkify }}
{% else %}
-
+
(None)
{% endif %}
@@ -482,7 +482,7 @@
{% if not iana_review_state %}
-
+
(None)
{% else %}
@@ -511,7 +511,7 @@
|
{% if not iana_action_state %}
-
+
(None)
{% else %}
@@ -540,7 +540,7 @@
|
{% if not iana_experts_state %}
-
+
(None)
{% else %}
@@ -569,7 +569,7 @@
|
{% if not iana_experts_comment %}
-
+
(None)
{% else %}
@@ -808,7 +808,7 @@
{% if not forloop.last %} {% endif %}
{% endfor %}
-
+
(Note: The e-mail addresses provided for the authors of this Internet-Draft may no longer be valid.)
diff --git a/ietf/templates/doc/document_format_buttons.html b/ietf/templates/doc/document_format_buttons.html
index 342cc4009..2c79c9264 100644
--- a/ietf/templates/doc/document_format_buttons.html
+++ b/ietf/templates/doc/document_format_buttons.html
@@ -31,5 +31,5 @@
{% endfor %}
{% else %}
- (not online)
+ (not online)
{% endif %}
\ No newline at end of file
diff --git a/ietf/templates/doc/document_html.html b/ietf/templates/doc/document_html.html
index e5cc45719..3b7e63568 100644
--- a/ietf/templates/doc/document_html.html
+++ b/ietf/templates/doc/document_html.html
@@ -61,7 +61,7 @@
title="Show metadata sidebar">
- |
@@ -231,7 +231,7 @@ href="{% url 'ietf.doc.views_draft.review_possibly_replaces' name=doc.name %}">E
{% endif %}
-
+ |
{% if stream_desc != "(None)" %}
{% if doc.stream.name|lower in 'iab,irtf,ise,editorial' %}
@@ -281,7 +281,7 @@ href="{% url 'ietf.doc.views_draft.review_possibly_replaces' name=doc.name %}">E
{% if doc.intended_std_level %}
{{ doc.intended_std_level }}
{% else %}
-
+
(None)
{% endif %}
diff --git a/ietf/templates/doc/document_material.html b/ietf/templates/doc/document_material.html
index bf25f7b4a..a52dcd07b 100644
--- a/ietf/templates/doc/document_material.html
+++ b/ietf/templates/doc/document_material.html
@@ -36,7 +36,7 @@
{% doc_edit_button 'ietf.doc.views_material.edit_material' name=doc.name action="title" %}
{% endif %}
|
-
{{ doc.title|default:'(None)' }} |
+
{{ doc.title|default:'(None)' }} |
{% if doc.abstract or doc.type_id == 'slides' and can_manage_material and not snapshot %}
@@ -60,7 +60,7 @@
{% if doc.get_state.name %}
{{ doc.get_state.name }}
{% else %}
- (None)
+ (None)
{% endif %}
@@ -100,7 +100,7 @@
{% if pres.rev != doc.rev %}(version -{{ pres.rev }}){% endif %}{% if not forloop.last %},{% endif %}
{% endfor %}
{% else %}
-
(None)
+
(None)
{% endif %}
diff --git a/ietf/templates/doc/document_polls.html b/ietf/templates/doc/document_polls.html
index 69aefaac1..3254f64eb 100644
--- a/ietf/templates/doc/document_polls.html
+++ b/ietf/templates/doc/document_polls.html
@@ -32,7 +32,7 @@
Title |
|
- {{ doc.title|default:'(None)' }} |
+ {{ doc.title|default:'(None)' }} |
Session |
diff --git a/ietf/templates/doc/document_review.html b/ietf/templates/doc/document_review.html
index 113c407fe..feb30ae93 100644
--- a/ietf/templates/doc/document_review.html
+++ b/ietf/templates/doc/document_review.html
@@ -29,7 +29,7 @@
{% if doc.get_state.name %}
{{ doc.get_state.name }}
{% else %}
- (None)
+ (None)
{% endif %}
diff --git a/ietf/templates/doc/document_status_change.html b/ietf/templates/doc/document_status_change.html
index 6b16f6145..87e0384b7 100644
--- a/ietf/templates/doc/document_status_change.html
+++ b/ietf/templates/doc/document_status_change.html
@@ -89,7 +89,7 @@
{% if not telechat %}
- (None)
+ (None)
{% else %}
On agenda of {{ telechat.telechat_date|date:"Y-m-d" }} IESG telechat
{% if doc.returning_item %}(returning item){% endif %}
diff --git a/ietf/templates/doc/document_top.html b/ietf/templates/doc/document_top.html
index 1fa2c22c2..29af73d9d 100644
--- a/ietf/templates/doc/document_top.html
+++ b/ietf/templates/doc/document_top.html
@@ -5,7 +5,7 @@
{{ doc.title|default:"(Untitled)" }}
- {{ name }}
+ {{ name }}
{% for name, t, url, active, tooltip in tabs %}
diff --git a/ietf/templates/doc/document_writeup.html b/ietf/templates/doc/document_writeup.html
index 30f9c3c90..583c17ed6 100644
--- a/ietf/templates/doc/document_writeup.html
+++ b/ietf/templates/doc/document_writeup.html
@@ -12,7 +12,7 @@
{{ title|capfirst_allcaps }}
{% if subtitle %}
- {{ subtitle|safe }}
+ {{ subtitle|safe }}
{% endif %}
{% for name, text, url in writeups %}
diff --git a/ietf/templates/doc/draft/add_iana_experts_comment.html b/ietf/templates/doc/draft/add_iana_experts_comment.html
index 4816f2f64..193e1ba7e 100644
--- a/ietf/templates/doc/draft/add_iana_experts_comment.html
+++ b/ietf/templates/doc/draft/add_iana_experts_comment.html
@@ -8,7 +8,7 @@
Add IANA Experts Review State comment
- {{ doc }}
+ {{ doc }}
|
{% for p in doc.blocking_positions %}
-
+
{% if p.is_old_pos %}
{% person_link p.balloter class="text-reset" %}
{% else %}
diff --git a/ietf/templates/doc/drafts_in_iesg_process.html b/ietf/templates/doc/drafts_in_iesg_process.html
index def5e98cb..d28719c42 100644
--- a/ietf/templates/doc/drafts_in_iesg_process.html
+++ b/ietf/templates/doc/drafts_in_iesg_process.html
@@ -67,7 +67,7 @@
{% if doc.intended_std_level %}
{{ doc.intended_std_level.name }}
{% else %}
- (None)
+ (None)
{% endif %}
|
{% person_link doc.ad %} |
diff --git a/ietf/templates/doc/drafts_in_last_call.html b/ietf/templates/doc/drafts_in_last_call.html
index 76dba79a1..d4cb6b19a 100644
--- a/ietf/templates/doc/drafts_in_last_call.html
+++ b/ietf/templates/doc/drafts_in_last_call.html
@@ -11,7 +11,7 @@
Internet-Drafts in IETF Last Call
{% if pages %}
-
{{ pages }} pages
+
{{ pages }} pages
{% endif %}
{% include "doc/search/search_results.html" with start_table=True end_table=True %}
diff --git a/ietf/templates/doc/edit_action_holders.html b/ietf/templates/doc/edit_action_holders.html
index 24ba4032d..38b0de37f 100644
--- a/ietf/templates/doc/edit_action_holders.html
+++ b/ietf/templates/doc/edit_action_holders.html
@@ -10,7 +10,7 @@
Edit action holders
- {{ titletext }}
+ {{ titletext }}