{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load django_bootstrap5 %} {% block title %}Add comment for {{ doc }}{% endblock %} {% block content %} {% origin %}

Add comment
{{ doc }}

{% csrf_token %} {% bootstrap_form form %}

The comment will be added to the history trail.

{% bootstrap_button button_type="submit" content="Submit" %} Back
{% endblock %}