{% extends "chrono/manager_agenda_settings.html" %} {% load i18n %} {% block agenda-extra-management-actions %} {% trans 'Import Events' %} {% trans 'New Event' %} {% endblock %} {% block agenda-settings %}

{% trans "Events" %}

{% if object.event_set.count %} {% else %}
{% blocktrans %} 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 %}
{% endblock %}