File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010{% block content %}
1111 {% origin %}
1212 < h1 > IRSG ballot status</ h1 >
13- < table class ="table table-sm table-striped tablesorter ">
14- < thead >
15- < tr >
16- < th scope ="col " data-sort ="doc "> Document</ th >
17- < th scope ="col " data-sort ="status "> Status</ th >
18- </ tr >
19- </ thead >
20- {% if docs %}
21- < tbody >
22- {% for doc in docs %}
23- < tr >
24- < td > {{ doc.displayname_with_link }}</ td >
25- {% include "doc/search/status_columns.html" %}
26- </ tr >
27- {% endfor %}
28- </ tbody >
29- {% endif %}
30- </ table >
13+ {% if docs %}
14+ < table class ="table table-sm table-striped tablesorter ">
15+ < thead >
16+ < tr >
17+ < th scope ="col " data-sort ="doc "> Document</ th >
18+ < th scope ="col " data-sort ="status "> Status</ th >
19+ </ tr >
20+ </ thead >
21+ < tbody >
22+ {% for doc in docs %}
23+ < tr >
24+ < td > {{ doc.displayname_with_link }}</ td >
25+ {% include "doc/search/status_columns.html" %}
26+ </ tr >
27+ {% endfor %}
28+ </ tbody >
29+ </ table >
30+ {% else %}
31+ < p class ="alert alert-info my-3 ">
32+ No open IRSG ballots.
33+ </ p >
34+ {% endif %}
3135{% endblock %}
3236{% block js %}
3337 < script src ="{% static "ietf /js/list.js" %}"> </ script >
You can’t perform that action at this time.
0 commit comments