{% extends "base.html" %} {% block title %}Ballot for {{ doc }} issued{% endblock %} {% block content %}

Ballot for {{ doc }} issued

Ballot has been sent out.

{% if doc.idinternal.telechat_date %}

The document is currently on the {{ doc.idinternal.telechat_date }} telechat agenda.

{% else %}

The document is not on any telechat agenda.

{% endif %}
Back to document
{% endblock %}