1111 </ p >
1212 {% for p in positions %}
1313 < div class ="balloter-name mb-2 ">
14- {% if p.is_old_pos %}
15- < span class ="text-muted ">
16- (
17- {% endif %}
18- {% if p.comment or p.discuss %}< a href ="#{{ doc.name|slugify }}_{{ p.balloter.plain_name|slugify }} "> {% endif %}
19- {{ p.balloter.plain_name }}
20- {% if p.comment or p.discuss %}</ a > {% endif %}
21- {% if p.is_old_pos %}
22- )
23- </ span >
24- {% endif %}
14+ {% if p.is_old_pos %}< span class ="text-muted "> ({% endif %}{% if p.comment or p.discuss %}< a href ="#{{ doc.name|slugify }}_{{ 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 %}
2515 </ div >
2616 {% empty %}
2717 < span class ="text-muted "> (None)</ span >
3121 </ div >
3222 < div class ="col-md-10 ">
3323 {% if all_ballots and all_ballots|length > 1 %}
24+ < label class ="my-1 fw-bold "> Ballots:</ label >
3425 < ul class ="pagination pagination-sm ">
35- < li class ="disabled ">
36- < span >
37- < b > Ballots</ b >
38- </ span >
39- </ li >
4026 {% for b in all_ballots %}
41- < li {% if b == ballot %}class =" active " {% endif %} >
42- < a href ="{% url "ietf.doc.views_doc.document_ballot " name=doc.name ballot_id =b.pk %} ">
27+ < li class =" page-item {% if b == ballot %} active{% endif %}" >
28+ < a class =" page-link " href ="{% url "ietf.doc.views_doc.document_ballot " name=doc.name ballot_id =b.pk %} ">
4329 {{ b.ballot_type.name }} ({{ b.rev }})
4430 </ a >
4531 </ li >
118104 < div class ="card border-danger {% if p.comment %} mb-2{% endif %} ">
119105 < div class ="card-header bg-danger text-light ">
120106 < div >
121- < b > {{ p.pos.name }}</ b > ({{ p.discuss_time|date:"Y-m-d" }}
122- {% if not p.for_current_revision %}for -{{ p.get_dochistory.rev }}{% endif %}
123- )
107+ < b > {{ p.pos.name }}</ b >
108+ ({{ p.discuss_time|date:"Y-m-d " }}{% if not p.for_current_revision %}for -{{ p.get_dochistory.rev }}{% endif %})
124109 {% if p.send_email %}
125110 < i class ="bi bi-envelope float-end "
126111 title ="Email requested to be sent for this discuss "> </ i >
145130 < div class ="card {{ p.pos|pos_to_border_format }} ">
146131 < div class ="card-header {{ p.pos|pos_to_label_format }} ">
147132 < div >
148- < b > Comment</ b > ({{ p.comment_time|date:"Y-m-d" }}
149- {% if not p.for_current_revision %}for -{{ p.get_dochistory.rev }}{% endif %}
150- )
133+ < b > Comment</ b >
134+ ({{ p.comment_time|date:"Y-m-d " }}{% if not p.for_current_revision %}for -{{ p.get_dochistory.rev }}{% endif %})
151135 {% if p.send_email %}
152136 < i class ="bi bi-envelope-check float-end "
153137 title ="Email requested to be sent for this comment "> </ i >
174158 {% for n, positions in position_groups %}
175159 {% for p in positions %}
176160 {% if p.is_old_pos %}
177- < p class ="h5 " id ="{{ doc.name|slugify }}_{{ p.balloter.plain_name|slugify }} ">
161+ < p class ="h5 mt-4 " id ="{{ doc.name|slugify }}_{{ p.balloter.plain_name|slugify }} ">
178162 < span class ="text-muted "> ({{ p.balloter.plain_name }}; former steering group member)</ span >
179163 < span class ="float-end ">
180164 {% if p.old_positions %}< span class ="text-muted small "> (was {{ p.old_positions|join:", " }})</ span > {% endif %}
193177 < div >
194178 < b > {{ p.pos.name }} </ b >
195179 {% if p.pos.blocking and p.discuss %}
196- < b > [Treat as non-blocking comment]</ b > ({{ p.discuss_time|date:"Y-m-d" }}
197- {% if not p.for_current_revision %}for -{{ p.get_dochistory.rev }}{% endif %}
198- )
180+ < b > [Treat as non-blocking comment]</ b >
181+ ({{ p.discuss_time|date:"Y-m-d " }}{% if not p.for_current_revision %}for -{{ p.get_dochistory.rev }}{% endif %})
199182 {% else %}
200- ({{ p.comment_time|date:"Y-m-d" }}
201- {% if not p.for_current_revision %}for -{{ p.get_dochistory.rev }}{% endif %}
202- )
183+ ({{ p.comment_time|date:"Y-m-d " }}{% if not p.for_current_revision %}for -{{ p.get_dochistory.rev }}{% endif %})
203184 {% endif %}
204185 {% if p.send_email %}
205186 < i class ="bi bi-envelope float-end "
211192 < i class ="bi bi-chat float-end "
212193 title ="No email send requests for this ballot position "> </ i >
213194 {% else %}
214- < div class ="float-end small italic "
215- title ="No ballot position send log available ">
216- No email
217- < br >
218- send info
219- </ div >
195+ < i class ="bi bi-envelope-slash float-end "
196+ title ="No ballot position send log available "> </ i >
220197 {% endif %}
221198 </ div >
222199 </ div >
234211 {% endfor %}
235212 {% endfor %}
236213 </ div >
237- </ div >
214+ </ div >
0 commit comments