{% 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 %}
{% blocktrans %}
This agenda doesn't have any desk yet. Click on the "New Desk" button in
the top right of the page to add a first one.
{% endblocktrans %}
{% endif %}
{% else %}
{% blocktrans %}
This agenda doesn't have any meeting type yet. Click on the "New Meeting Type" button in
the top right of the page to add a first one.
{% endblocktrans %}
{% endif %}
{% endif %}
{% trans "Permissions" %}
{% trans "Edit Role:" %} {% if agenda.edit_role %}{{ agenda.edit_role }}{% else %}{% trans "undefined" %}{% endif %}
{% trans "View Role:" %} {% if agenda.view_role %}{{ agenda.view_role }}{% else %}{% trans "undefined" %}{% endif %}
{% trans "Booking Delays" %}
{% trans "Minimal booking delay:" %} {{ agenda.minimal_booking_delay }} {% trans "days" %}
{% trans "Maximal booking delay:" %} {{ agenda.maximal_booking_delay }} {% trans "days" %}