{% import "default/document/recycle.tpl" as macro %} {{ schedule_form }} {{ search_form }} {% if meetings %}
| {{ 'Type'|get_lang }} | {{ 'Topic'|get_plugin_lang('ZoomPlugin') }} | {{ 'StartTime'|get_lang }} | {{ 'ForEveryone'|get_plugin_lang('ZoomPlugin') }} | {#{{ 'Course'|get_lang }} | #} {#{{ 'Session'|get_lang }} | #} {% if allow_recording %}{{ 'Recordings'|get_plugin_lang('ZoomPlugin') }} | {% endif %}|
|---|---|---|---|---|---|---|---|
| {{ meeting.typeName }} | {{ meeting.topic }} | {{ meeting.formattedStartTime }} | {{ meeting.user ? 'No'|get_lang : 'Yes'|get_lang }} | {#{{ meeting.course ? meeting.course : '-' }} | #} {#{{ meeting.session ? meeting.session : '-' }} | #}
{% if allow_recording and meeting.recordings.count > 0 %}
{% for recording in meeting.recordings %}
|
{{ 'Details'|get_lang }} |