{% extends "base.html" %} {# Copyright The IETF Trust 2019, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}Issue ballot for {{ doc }}?{% endblock %} {% block content %} {% origin %}

{{ question }}

{% csrf_token %} {# curly percent bootstrap_form approval_text_form curly percent #} Due date for this ballot: {% buttons %} {% endbuttons %}
{% endblock %}