{% load i18n %}
{% for announce in object_list %}
{{ announce.title }}
{% if announce.text %}
{{ announce.text }}
{% endif %} {% endfor %}

{% trans "Subscriptions" %}: {{ subscriptions|join:", " }}