{% extends "base.html" %} {% block title %}Ballot writeups for {{ doc }}{% endblock %} {% block morecss %} form #id_last_call_text { width: 700px; height: 300px; } form #id_ballot_writeup { width: 700px; height: 300px; } form #id_approval_text { width: 700px; height: 300px; } {% endblock %} {% block content %}
{% if can_make_last_call %} Make Last Call {% endif %} {% if can_announce %} Approve ballot {% endif %}
{% endif %} {% endblock%}