{% load i18n %}
{% if object_list %} {% for announce in object_list %}

{{ announce.title }}

{% if announce.text %}
{{ announce.text }}
{% endif %} {% endfor %} {% else %}

Aucune alerte pour le moment.

{% endif %}
{% if subscriptions %} {% endif %}