{% extends "base.html" %} {% block core %}

Announcements

Announcements

{% if admin.permission_all or admin.permission_messaging %}
{{ xsrf_form_html|safe }}
{% for task in contest.tasks %}
{% endif %} {% if contest.announcements != [] %} {% for msg in contest.announcements|reverse %}
{{ msg.timestamp }}
{{ msg.subject }}
{{ msg.text }}

By: {{ msg.admin.name if msg.admin is not none else "" }}
{% endfor %} {% else %} No announcements. {% endif %}
{% endblock core %}