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

Approval announcement writeup
{{ doc }}

{% csrf_token %} {% bootstrap_form approval_text_form %} {% buttons %} {% if user|has_role:"Secretariat" and can_announce %} Approve ballot {% endif %} {% endbuttons %}
{% endblock%}