{% endif %}
{% if user.is_staff %}
{% trans 'Categories' %}{% trans 'New' %}
{% endif %}
{% endblock %}
{% block content %}
{% if object_list %}
{% regroup object_list by category as agenda_groups %}
{% for group in agenda_groups %}
{% blocktrans trimmed %}
This site doesn't have any agenda yet. Click on the "New" button in the top
right of the page to add a first one.
{% endblocktrans %}