{{ agenda_actions }} {% if is_allowed_to_edit and show_action %} {% endif %} {% for event in agenda_events %} {% if is_allowed_to_edit and show_action %} {% endif %} {% endfor %}
{{ 'StartDate'| get_lang }} {{ 'EndDate'| get_lang }} {{ 'Title' | get_lang }} {{ 'Actions' | get_lang }}
{{ event.start_date_localtime }} {% if event.allDay %} {{ 'AllDay' | get_lang }} {% else %} {{ event.end_date_localtime }} {% endif %} {{ event.title }} {% if event.description %}

{{ event.description}}

{% endif %} {% if event.comment %}

{{ event.comment}}

{% endif %} {{ event.attachment }}
{% if event.visibility == 1 %} {% else %} {% if event.type == 'course' or event.type == 'session' %} {% endif %} {% endif %}