{% include 'zoom/view/meeting_details.tpl' %} {% if is_conference_manager and meeting.isSignAttendance %}

{{ 'ConferenceWithAttendance'|get_plugin_lang('ZoomPlugin') }}

{% endif %}
{% set btn_start = '' %} {% if start_url %} {% set btn_start %} {{ 'EnterMeeting'|get_plugin_lang('ZoomPlugin') }} {% endset %} {% endif %} {% if not is_conference_manager %} {% if meeting.isSignAttendance %}

{{ 'Attendance'|get_lang }}

{{ meeting.reasonToSignAttendance }}

{% if signature %}
{{ 'SignatureDone'|get_plugin_lang('ZoomPlugin') }}
{{ signature.registeredAt|api_convert_and_format_date(constant('DATE_TIME_FORMAT_LONG')) }}
{% else %} {% set btn_start = '' %} {% if 'started' == meeting.meetingInfoGet.status %} {% endif %} {% endif %}
{% endif %} {% endif %} {{ btn_start }} {% if details_url %} {{ 'Details'|get_lang }} {% endif %} {% if btn_announcement %} {{ btn_announcement }} {% endif %}