diff --git a/ietf/templates/meeting/agenda.html b/ietf/templates/meeting/agenda.html
index fa484e98f..654533f2f 100644
--- a/ietf/templates/meeting/agenda.html
+++ b/ietf/templates/meeting/agenda.html
@@ -278,6 +278,7 @@
{% endif %}
+
|
{% endif %}
+ {% if item.session.current_status == 'canceled' %}
+ Cancelled
+ {% else %}
+
+ {% include "meeting/session_buttons_include.html" with show_agenda=True session=item.session meeting=schedule.meeting %}
+
+ {% endif %}
+
+ {% if item.session.historic_group %}
+
+ {{ item.session.historic_group.acronym }}
+ {% else %}
+ {{ item.session.historic_group.acronym }}
+ {% endif %}
+ {% if item.session.historic_group.historic_parent.acronym %}
+ {{ item.session.historic_group.historic_parent.acronym }}
+ {% endif %}
+
+
{% agenda_anchor item.session %}
{% assignment_display_name item %}
{% end_agenda_anchor %}
- {% if item.session.current_status == 'canceled' %}
- Cancelled
- {% else %}
-
- {% include "meeting/session_buttons_include.html" with show_agenda=True session=item.session meeting=schedule.meeting %}
-
- {% endif %}
{% if item.session.historic_group.state_id == "bof" %}
- BOF
+ BOF
{% endif %}
{% if item.session.current_status == 'resched' %}
@@ -326,7 +340,7 @@
{% elif item.session.agenda_note %}
- {{ item.session.agenda_note }}
+ {{ item.session.agenda_note }}
{% endif %}
|
@@ -510,4 +524,4 @@
}
);
-{% endblock %}
+{% endblock %}
\ No newline at end of file
diff --git a/ietf/templates/meeting/agenda_filter.html b/ietf/templates/meeting/agenda_filter.html
index 1e986fb94..1de29660a 100644
--- a/ietf/templates/meeting/agenda_filter.html
+++ b/ietf/templates/meeting/agenda_filter.html
@@ -43,7 +43,7 @@ Optional parameters:
+
\ No newline at end of file