{% extends "corbo/announce_list.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }} {{ object.category }} {% endblock %} {% block appbar %}
{% trans "Publication" %} {{ announce.publication_time|date:'DATETIME_FORMAT' }}
{% endif %} {% if object.expiration_time %}{% trans "Expiration" %} {{ announce.expiration_time|date:'DATETIME_FORMAT' }}
{% endif %} {% if broadcasts %} {% for broadcast in broadcasts %}{% trans "Sent" %} {{ broadcast.deliver_time|date:'DATETIME_FORMAT' }} {% blocktrans count delivers=broadcast.delivery_count %} to {{ delivers }} destination {% plural %} to {{ delivers }} destinations {% endblocktrans %}
{% endfor %} {% endif %}