{% extends "chrono/manager_agenda_settings.html" %} {% load i18n %} {% block agenda-extra-management-actions %} {% trans 'Import Events' %} {% trans 'New Event' %} {% endblock %} {% block agenda-extra-navigation-actions %} {% with lingo_url=object.get_lingo_url %}{% if lingo_url %} {% trans 'Pricing' context 'pricing' %} {% endif %}{% endwith %} {% endblock %} {% block agenda-settings-extra-tab-buttons %} {% if has_recurring_events %} {% endif %} {% if user_can_manage %} {% endif %} {% if agenda.partial_bookings and user_can_manage %} {% else %} {% endif %} {% endblock %} {% block agenda-settings-extra-tab-list %}
{% with view.get_events as events %} {% if events %} {% else %}
{% blocktrans trimmed %} This agenda doesn't have any event yet. Click on the "New Event" button in the top right of the page to add a first one. {% endblocktrans %}
{% endif %} {% endwith %}
{% if has_recurring_events %} {% endif %} {% if user_can_manage %} {% endif %} {% if agenda.partial_bookings and user_can_manage %} {% endif %} {% if not agenda.partial_bookings %} {% endif %} {% endblock %}