{% extends "chrono/manager_agenda_settings.html" %} {% load i18n %} {% block agenda-extra-management-actions %} {% trans 'Add Excluded Period' %} {% trans 'Include Agenda' %} {% endblock %} {% block agenda-settings %}

{% trans 'Included Agendas' %}

{% 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 %}

{% trans 'Meeting Types' %}

{% if meeting_types %} {% else %}
{% blocktrans %} This virtual agenda doesn't have any meeting type. It is probably because its included agendas have incompatible meeting types and it makes this virtual agenda unusable. {% endblocktrans %}
{% endif %}
{% endif %} {% if agenda.excluded_timeperiods.count %}

{% trans 'Excluded Periods' %}

{% endif %} {% block agenda-reminder %} {% endblock %} {% endblock %}