datatracker/ietf/templates/doc/ballot/ballot_issued.html
2015-04-08 19:16:48 +00:00

18 lines
480 B
HTML

{% extends "base.html" %}
{% block title %}Ballot issued for {{ doc }}{% endblock %}
{% block content %}
<h1>Ballot issued<br><small>{{ doc }}</small></h1>
<p>Ballot has been sent out.</p>
{% if doc.telechat_date %}
<p>The document is currently on the {{ doc.telechat_date }} telechat agenda.</p>
{% else %}
<p>The document is not on any telechat agenda.</p>
{% endif %}
<a class="btn btn-default pull-right" href="{{ back_url }}">Back</a>
{% endblock %}