{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% load ietf_filters %} {% block title %}Last call text for {{ doc }}{% endblock %} {% block content %} {% origin %}

Last call text
{{ doc }}

{% csrf_token %} {% bootstrap_form last_call_form %} {% buttons %} {% if user|has_role:"Secretariat" %} Issue last call {% endif %} Back {% endbuttons %}
{% endblock%}