{% extends "base.html" %} {# Copyright The IETF Trust 2019, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}Add IANA Experts Review State comment for {{ doc }}{% endblock %} {% block content %} {% origin %}

Add IANA Experts Review State comment
{{ doc }}

{% csrf_token %} {% bootstrap_form form %}

The comment will be added to the history trail.

{% buttons %} Back {% endbuttons %}
{% endblock %}