{% extends "chrono/manager_agenda_settings.html" %} {% load i18n %} {% block agenda-extra-management-actions %} {% trans 'Add Excluded Period' %} {% trans 'Include Agenda' %} {% endblock %} {% block agenda-settings-extra-tab-buttons %} {% if virtual_members %} {% endif %} {% endblock %} {% block agenda-settings-extra-tab-list %}
{% if virtual_members %} {% else %}
{% blocktrans %} This virtual agenda doesn't include any agenda yet. Click on the "Include Agenda" button in the top right of the page to include a first one. {% endblocktrans %}
{% endif %}
{% if virtual_members %} {% endif %} {% endblock %}