{% extends "nomcom/nomcom_public_base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block subtitle %} - Change Nomination {% endblock %} {% block nomcom_content %} {% origin %} {% if need_confirmation %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endif %} {% endblock %}