{% load static i18n %} {% if active_announcements %}
{% for announcement in active_announcements %}
{% if announcement.version %}{{ announcement.version }}: {% endif %} {{ announcement.title }} | {{ announcement.starts_at|date:"F d, Y" }}
{% endfor %}
{% endif %}