You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% for p in positions|dictsort:"balloter.last_name" %}
10
+
{% for p in positions %}
11
11
<divclass="balloter-name">
12
12
{% if p.is_old_pos %}<spanclass="text-muted">({% endif %}{% if p.comment or p.discuss %}<ahref="#{{ p.balloter.plain_name|slugify }}">{% endif %}{{ p.balloter.plain_name }}{% if p.comment or p.discuss %}</a>{% endif %}{% if p.is_old_pos %})</span>{% endif %}
<ahref="{% url "ietf.doc.views_ballot.edit_position" name=doc.nameballot_id=ballot.pk%}?balloter={{p.balloter.pk}}" title="Click to edit the position of {{ p.balloter.plain_name }}" class="btn btn-default btn-xs">
<ahref="{% url "ietf.doc.views_ballot.edit_position" name=doc.nameballot_id=ballot.pk%}?balloter={{p.balloter.pk}}" title="Click to edit the position of {{ p.balloter.plain_name }}" class="btn btn-default btn-xs">Edit</a>
80
+
{% endif %}
88
81
</span>
89
-
</h4>
90
-
91
-
{% if p.pos.blocking and p.discuss %}
92
-
<divclass="panel panel-danger">
93
-
<divclass="panel-heading">
94
-
<h5class="panel-title">
95
-
<b>{{ p.pos.name }}</b> ({{ p.discuss_time|date:"Y-m-d" }}{% if not p.for_current_revision %} for -{{ p.get_dochistory.rev}}{% endif %})
96
-
{% if p.send_email %}
97
-
<spanclass="fa fa-envelope-o pull-right" title="Email requested to be sent for this discuss"></span>
98
-
{% elif p.any_email_sent == True %}
99
-
<spanclass="fa fa-envelope pull-right" title="Email requested to be sent for earlier discuss"></span>
100
-
{% elif p.any_email_sent == False %}
101
-
<spanclass="fa fa-comment-o pull-right" title="No email send requests for this discuss"></span>
102
-
{% else %}
103
-
<spanclass="fa fa-comment-o pull-right" title="No email send requests for this discuss"></span>
82
+
</h4>
83
+
{% if p.pos.blocking and p.discuss %}
84
+
<divclass="panel panel-danger">
85
+
<divclass="panel-heading">
86
+
<h5class="panel-title"><b>{{ p.pos.name }}</b> ({{ p.discuss_time|date:"Y-m-d" }}{% if not p.for_current_revision %} for -{{ p.get_dochistory.rev }}{% endif %})
87
+
{% if p.send_email %}
88
+
<spanclass="fa fa-envelope-o pull-right" title="Email requested to be sent for this discuss"></span>
89
+
{% elif p.any_email_sent == True %}
90
+
<spanclass="fa fa-envelope pull-right" title="Email requested to be sent for earlier discuss"></span>
91
+
{% elif p.any_email_sent == False %}
92
+
<spanclass="fa fa-comment-o pull-right" title="No email send requests for this discuss"></span>
93
+
{% else %}
94
+
<spanclass="fa fa-comment-o pull-right" title="No email send requests for this discuss"></span>
<h5class="panel-title"><b>Comment</b> ({{ p.comment_time|date:"Y-m-d" }}{% if not p.for_current_revision %} for -{{ p.get_dochistory.rev }}{% endif %})
106
+
{% if p.send_email %}
107
+
<spanclass="fa fa-envelope-o pull-right" title="Email requested to be sent for this comment"></span>
108
+
{% elif p.any_email_sent == True %}
109
+
<spanclass="fa fa-envelope pull-right" title="Email requested to be sent for earlier comment"></span>
110
+
{% elif p.any_email_sent == False %}
111
+
<spanclass="fa fa-comment-o pull-right" title="No email send requests for this comment"></span>
112
+
{% else %}
113
+
<divclass="pull-right small italic" style="margin-top: -0.3em;" title="No ballot position send log available">No email<br/>send info</div>
<ahref="{% url "ietf.doc.views_ballot.edit_position" name=doc.nameballot_id=ballot.pk%}?balloter={{p.balloter.pk}}" title="Click to edit the position of {{ p.balloter.plain_name }}" class="btn btn-default btn-xs">Edit</a>
134
+
{% endif %}
135
+
</span>
136
+
</h4>
113
137
<divclass="panel panel-{{ p.pos|pos_to_label }}">
114
138
<divclass="panel-heading">
115
-
<h5class="panel-title">
116
-
<b>Comment</b> ({{ p.comment_time|date:"Y-m-d" }}{% if not p.for_current_revision %} for -{{ p.get_dochistory.rev}}{% endif %})
117
-
{% if p.send_email %}
118
-
<spanclass="fa fa-envelope-o pull-right" title="Email requested to be sent for this comment"></span>
119
-
{% elif p.any_email_sent == True %}
120
-
<spanclass="fa fa-envelope pull-right" title="Email requested to be sent for earlier comment"></span>
121
-
{% elif p.any_email_sent == False %}
122
-
<spanclass="fa fa-comment-o pull-right" title="No email send requests for this comment"></span>
123
-
{% else %}
124
-
<divclass="pull-right small italic" style="margin-top: -0.3em;" title="No ballot position send log available">No email<br/>send info</div>
125
-
{% endif %}
126
-
</h5>
139
+
<h5class="panel-title"><b>{{ p.pos.name }} </b>
140
+
{% if p.pos.blocking and p.discuss %}
141
+
<b>[Treat as non-blocking comment]</b> ({{ p.discuss_time|date:"Y-m-d" }}{% if not p.for_current_revision %} for -{{ p.get_dochistory.rev }}{% endif %})
142
+
{% else %}
143
+
({{ p.comment_time|date:"Y-m-d" }}{% if not p.for_current_revision %} for -{{ p.get_dochistory.rev }}{% endif %})
144
+
{% endif %}
145
+
{% if p.send_email %}
146
+
<spanclass="fa fa-envelope-o pull-right" title="Email requested to be sent for this ballot position"></span>
147
+
{% elif p.any_email_sent == True %}
148
+
<spanclass="fa fa-envelope pull-right" title="Email requested to be sent for earlier ballot position"></span>
149
+
{% elif p.any_email_sent == False %}
150
+
<spanclass="fa fa-comment-o pull-right" title="No email send requests for this ballot position"></span>
151
+
{% else %}
152
+
<divclass="pull-right small italic" style="margin-top: -0.3em;" title="No ballot position send log available">No email<br/>send info</div>
0 commit comments