{# 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 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 %} {% endblock %} {% block js %} {{ form.media.js }} {% endblock %}