{% extends "lingo/pricing/manager_pricing_list.html" %} {% load i18n %} {% block page-title-extra-label %}{% trans "Agendas" %} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }} {% trans 'Agendas' %} {% endblock %} {% block appbar %}

{% trans 'Agendas' %}

{% trans 'Refresh agendas' %} {% endblock %} {% block content %} {% if object_list %} {% regroup object_list by category_label as agenda_groups %} {% for group in agenda_groups %}
{% if group.grouper %}

{{ group.grouper }}

{% elif not forloop.first %}

{% trans "Misc" %}

{% endif %}
{% endfor %} {% else %}
{% 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 %}
{% endif %} {% endblock %}