{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}Finalize IETF{{meeting.number}} Proceedings{% endblock %} {% block content %} {% origin %}
Finalize IETF{{meeting.number}} Proceedings

This will make the proceedings for IETF{{meeting.number}} final.

All drafts associated with sessions that are marked "current version" will have their version set to whatever the version was at the end of the meeting.

{% comment %} This would be a good place to put any warnings about important things missing from the proceedings {% endcomment %}
{% csrf_token %} {% buttons %} Cancel {% endbuttons %}
{% endblock %}