{{ meeting.typeName }} {{ meeting.meetingId }}

{{ 'Edit'|get_lang }} {# #} {% for activity in meeting.activities %} {# #} {% endfor %}
{{ 'Type'|get_lang }} {{ 'Action'|get_plugin_lang('ZoomPlugin') }}{{ 'User'|get_lang }}{{ 'Date'|get_lang }} {{ 'Details'|get_lang }}
{{ activity.type }} {{ activity.name }} {{ activity.createdAt | api_convert_and_format_date(3)}} #} {# {% if _u.is_admin %}#} {# #} {# {{ activity.user.firstname }} {{ activity.user.lastname }} ({{ activity.user.username }})#} {# #} {# {% else %}#} {# {{ activity.user.firstname }} {{ activity.user.lastname }} ({{ activity.user.username }})#} {# {% endif %}#} {# {% if activity.eventDecoded.registrant %} {{ 'User' | get_lang }} : {{ activity.eventDecoded.registrant.first_name }} - {{ activity.eventDecoded.registrant.last_name }} - {{ activity.eventDecoded.registrant.email }} - {{ activity.eventDecoded.registrant.status }} {% endif %} {% if activity.eventDecoded.participant %} {{ 'User' | get_lang }} : {{ activity.eventDecoded.participant.user_name }} {% endif %}