{% trans 'Refresh agendas' %}
{% endblock %}
{% block content %}
{% if object_list %}
{% regroup object_list by category_label as agenda_groups %}
{% for group in agenda_groups %}
{% blocktrans trimmed %}
This site doesn't have any agenda yet. Click on the "Refresh agendas" button in the top
right of the page to synchronize them.
{% endblocktrans %}