{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load django_bootstrap5 %} {% 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 %} {% 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 %} {% if can_request_last_call and not need_intended_status %} {% endif %} {% if user|has_role:"Secretariat" and can_make_last_call %} Issue last call {% endif %} Back
{% endblock %}