We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33fe28 commit 5614562Copy full SHA for 5614562
1 file changed
ietf/templates/meeting/agenda.txt
@@ -24,7 +24,4 @@
24
{% else %}{% for session in slot.sessions %}{{ slot.time_desc }} {{ session.acronym_name }} - {{ session.room_id.room_name }}
25
{% endfor %}{% endif %}{% endfor %}
26
====================================================================
27
-AREA DIRECTORS
28
-{% regroup ads by area as grouped %}{% for ad in grouped %}
29
-{{ ad.grouper|upper|ljust:5 }}{{ ad.list.0.area.area_acronym.name|slice:":18"|ljust:18 }} {% for ad_person in ad.list %}{% ifequal forloop.counter 2 %} & {% endifequal %}{{ ad_person.person }}/{{ ad_person.person.affiliation }}{% endfor %}{% endfor %}
30
{% endautoescape %}
0 commit comments