{% extends "lingo/pricing/manager_pricing_list.html" %} {% load i18n thumbnail %} {% block page-title-extra-label %}{% trans "Agendas" %} | {{ block.super }}{% endblock %} {% block breadcrumb %} {% trans "Payments" context 'lingo title' %} {% trans "Pricings" %} {% url 'lingo-manager-agenda-list' as object_list_url %} {% trans "Agendas" %} {% include 'lingo/includes/application_breadcrumb_fragment.html' with title_no_application=_('Agendas outside applications') %} {% endblock %} {% block appbar %} {% include 'lingo/includes/application_appbar_fragment.html' with title_no_application=_('Agendas outside applications') title_object_list=_('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 %} {% elif not no_application %}
{% 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 %} {% block sidebar %} {% if not application and not no_application %} {% endif %} {% endblock %}