{# bs5ok #} {% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load ietf_filters %} {% load django_bootstrap5 widget_tweaks %} {% block title %} {% if liaison %} Edit liaison: {{ liaison }} {% else %} Send Liaison Statement {% endif %} {% endblock %} {% block pagehead %} {{ form.media.css }} {% endblock %} {% block content %} {% origin %}

{% if liaison %} Edit liaison: {{ liaison }} {% else %} Send Liaison Statement {% endif %}

{% if form.errors %}
There were errors in the submitted form -- see below. Please correct these and resubmit.
{% endif %} {% bootstrap_form_errors form %} {% if not liaison %}

If you wish to submit your liaison statement by e-mail, then please send it to statements@ietf.org

Fields marked with are required. For detailed descriptions of the fields see the field help .

{% endif %}
{% csrf_token %} {% for fieldset in form.fieldsets %}

{{ fieldset.name }}

{% for field in fieldset %} {% bootstrap_field field layout="horizontal" %} {% endfor %} {% endfor %} Cancel {% if not liaison %} {% else %} {% endif %}
{% endblock %} {% block js %} {{ form.media.js }} {% endblock %}