{% comment %} Copyright The IETF Trust 2021, All Rights Reserved This renders the title block for the meeting proceedings page. {% endcomment %} {% load ietf_filters %}

IETF {{ meeting.number }} {% if not meeting.proceedings_final %}Draft{% endif %} Proceedings

{{ meeting.date|date:"d F Y" }} - {{ meeting.end_date|date:"d F Y" }}
{% if attendance is not None %}
{% if attendance.onsite > 0 %} {{ attendance.onsite }} onsite participant{{ attendance.onsite|pluralize }}{% if attendance.remote > 0 %},{% endif %} {% endif %} {% if attendance.remote > 0 %}{{ attendance.remote }} online participant{{ attendance.remote|pluralize }}{% endif %}
{% endif %}
Location: {{ meeting.city|default:"TBD" }}
{% if meeting.venue_name %}
Venue: {{ meeting.venue_name }}
{% endif %}
{% with hosts=meeting.meetinghosts.all %} {% if hosts.exists %}
Hosted by: {% for host in hosts %} {% endfor %}
{% endif %} {% endwith %}