{% 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 %}
{% endblock %}
{% block agenda-booking-delays %}
{% trans "Booking Delays" %}
{% trans "Minimal booking delay:" %}
{% if agenda.minimal_booking_delay is not None %}{{ agenda.minimal_booking_delay }} {% trans "days" %}
{% else %}{% trans "undefined" %}{% endif %}
{% trans "Maximal booking delay:" %}
{% if agenda.maximal_booking_delay is not None %}{{ agenda.maximal_booking_delay }} {% trans "days" %}
{% else %}{% trans "undefined" %}{% endif %}