diff --git a/ietf/templates/meeting/proceedings.html b/ietf/templates/meeting/proceedings.html index 04dce0082..86eff6c62 100644 --- a/ietf/templates/meeting/proceedings.html +++ b/ietf/templates/meeting/proceedings.html @@ -68,61 +68,59 @@ {% regroup ietf|dictsort:"group.parent.acronym" by group.parent.name as areas %} - {% for sessions in areas %} - {% for sessions in areas %} -

{{sessions.list.0.group.parent.acronym|upper}} {{ sessions.grouper }}

- {% regroup sessions.list by not_meeting as meet_or_not %} - {% for batch in meet_or_not %} - {% if not batch.grouper %} - - - - - - - - - - - - {% for session in batch.list|dictsort:"group.acronym" %} - {% ifchanged session.group.acronym %} - {% include "meeting/group_proceedings.html" %} - {% endifchanged %} - {% endfor %} - -
GroupArtifactsRecordingsSlidesDrafts
- {% else %} -

{{sessions.grouper }} groups not meeting: - {% for session in batch.list|dictsort:"group.acronym" %} - {% ifchanged session.group.acronym %} - {{session.group.acronym}}{% if not forloop.last %},{% endif %} - {% endifchanged %} - {% endfor %} -

- - - - - - - - - - - - {% for session in batch.list|dictsort:"group.acronym" %} - {% ifchanged session.group.acronym %} - {% if session.sessionpresentation_set.exists %} - {% include "meeting/group_proceedings.html" %} - {% endif %} - {% endifchanged %} - {% endfor %} - -
     
- {% endif %} - {% endfor %} - {% endfor %} + {% for sessions in areas %} +

{{sessions.list.0.group.parent.acronym|upper}} {{ sessions.grouper }}

+ {% regroup sessions.list by not_meeting as meet_or_not %} + {% for batch in meet_or_not %} + {% if not batch.grouper %} + + + + + + + + + + + + {% for session in batch.list|dictsort:"group.acronym" %} + {% ifchanged session.group.acronym %} + {% include "meeting/group_proceedings.html" %} + {% endifchanged %} + {% endfor %} + +
GroupArtifactsRecordingsSlidesDrafts
+ {% else %} +

{{sessions.grouper }} groups not meeting: + {% for session in batch.list|dictsort:"group.acronym" %} + {% ifchanged session.group.acronym %} + {{session.group.acronym}}{% if not forloop.last %},{% endif %} + {% endifchanged %} + {% endfor %} +

+ + + + + + + + + + + + {% for session in batch.list|dictsort:"group.acronym" %} + {% ifchanged session.group.acronym %} + {% if session.sessionpresentation_set.exists %} + {% include "meeting/group_proceedings.html" %} + {% endif %} + {% endifchanged %} + {% endfor %} + +
     
+ {% endif %} + {% endfor %} {% endfor %}