diff --git a/ietf/templates/meeting/edit_meeting_schedule.html b/ietf/templates/meeting/edit_meeting_schedule.html index 067ba7908..7005ad502 100644 --- a/ietf/templates/meeting/edit_meeting_schedule.html +++ b/ietf/templates/meeting/edit_meeting_schedule.html @@ -65,18 +65,17 @@ {% if schedule.is_official_record %}This is the official schedule for a meeting in the past.{% endif %} Make a - new agenda from this - . + new agenda from this. {% endif %} {% if timeslot_groups|length == 0 %} -

+

No timeslots exist for this meeting yet.

- - Edit timeslots. + + Edit timeslots

{% else %} @@ -193,6 +192,7 @@
+
- +
+
Show: {% for p in session_parents %} {% endfor %} - +
+
{% if session_purposes|length > 1 %} +
diff --git a/ietf/templates/meeting/edit_meeting_schedule_session.html b/ietf/templates/meeting/edit_meeting_schedule_session.html index 7f2c3bd9a..a9b7c1c4f 100644 --- a/ietf/templates/meeting/edit_meeting_schedule_session.html +++ b/ietf/templates/meeting/edit_meeting_schedule_session.html @@ -1,4 +1,4 @@ -{% load person_filters editor_tags %} +{% load person_filters editor_tags ietf_filters textfilters %}
off agenda{% endif %}
{% endif %} - {% if session.comments %}
{{ session.comments|linebreaksbr }}
{% endif %} + {% if session.comments %}
{{ session.comments|urlize_ietf_docs|linkify|linebreaksbr }}
{% endif %} {% if session.requested_by_person %}
@@ -71,11 +71,23 @@ {% endif %} {% if session.formatted_constraints %}
+ {% with ad=session.group.ads|first %} {% for constraint_name, values in session.formatted_constraints.items %}
-
{% constraint_icon_for constraint_name %}
{{ values|join:", " }}
+
{% constraint_icon_for constraint_name %}
+ {% if constraint_name.slug != 'bethere' or not ad %} + {{ values|join:", " }} + {% else %} + {% for val in values %} + {% if val != ad.person.plain_name %} + {{ val }}{% if forloop.revcounter > 2 or forloop.revcounter > 1 and values|last != ad.person.plain_name %}, {% endif %} + {% endif %} + {% endfor %} + {% endif %} +
{% endfor %} + {% endwith %}
{% endif %} {% for s in session.other_sessions %}