{% extends "convention/base.html" %} {% block content %}

{{ title }}

Add announcement Add localized announcement

Announcement history:

{% for announcement in announcements %} {% with True as show_delete_btn %} {% include 'convention/notification_item.html' %} {% endwith %} {% empty %} Nothing to show {% endfor %} {% endblock content %}