{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% block title %}Ballot issued for {{ doc }}{% endblock %} {% block content %} {% origin %}
Ballot for {{ doc }} has been sent out.
{% if doc.telechat_date %}The document is currently on the {{ doc.telechat_date }} telechat agenda.
{% else %}The document is not on any telechat agenda.
{% endif %} Back {% endblock %}