{% 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 %}
{% if can_make_last_call %} Make Last Call {% endif %}
{% endif %} {% endblock%}