{% extends "base.html" %} {# Copyright The IETF Trust 2019, All Rights Reserved #} {% load origin %} {% load django_bootstrap5 %} {% 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.

Back
{% endblock %}