{% extends "base.html" %} {% block title %}Last Call text for {{ doc }}{% endblock %} {% block morecss %} form #id_last_call_text { width: 700px; height: 600px; } {% endblock %} {% block content %}

Last Call text for {{ doc }}

{{ last_call_form.last_call_text.errors }}

{{ last_call_form.last_call_text }}

{{ last_call_form.last_call_text.errors }}

{% if can_request_last_call and need_intended_status %}

You need to select intended status of {{ need_intended_status }} and regenerate last call text to request last call.

{% endif %}
Back {% if can_request_last_call and not need_intended_status %} {% endif %}
{% load ietf_filters %} {% if user|in_group:"Secretariat" %}

{% if can_make_last_call %} Make Last Call {% endif %}

{% endif %} {% endblock%}