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

Add comment
{{ liaison.title }}

The comment will be added to the history trail of the statement.

{% csrf_token %} {% bootstrap_form form %} {% buttons %} Back {% endbuttons %}
{% endblock %}