{% if bbb_status == true %}
{{ form }} {% if show_join_button == true %} {% if show_client_options %}
{% else %} {{ enter_conference_links.0 }}
{{ 'UrlMeetingToShare'| get_plugin_lang('BBBPlugin') }}
{% endif %}

{{ 'XUsersOnLine'| get_plugin_lang('BBBPlugin') | format(users_online) }}

{{ warning_inteface_msg }} {% if max_users_limit > 0 %} {% if conference_manager == true %}

{{ 'MaxXUsersWarning' | get_plugin_lang('BBBPlugin') | format(max_users_limit) }}

{% elseif users_online >= max_users_limit/2 %}

{{ 'MaxXUsersWarning' | get_plugin_lang('BBBPlugin') | format(max_users_limit) }}

{% endif %} {% endif %}
{% elseif max_users_limit > 0 %} {% if conference_manager == true %}

{{ 'MaxXUsersReachedManager' | get_plugin_lang('BBBPlugin') | format(max_users_limit) }}

{% elseif users_online > 0 %}

{{ 'MaxXUsersReached' | get_plugin_lang('BBBPlugin') | format(max_users_limit) }}

{% endif %} {% endif %}
{% if allow_to_edit %} {% endif %} {% for meeting in meetings %} {% if meeting.visibility == 0 %} {% else %} {% endif %} {% if allow_to_edit %} {% endif %} {% endfor %}
{{ 'CreatedAt'| get_plugin_lang('BBBPlugin') }} {{ 'Status'| get_lang }} {{ 'Records'| get_plugin_lang('BBBPlugin') }}{{ 'Actions'| get_lang }}
{{ meeting.created_at }}{{ meeting.created_at }} {% if meeting.status == 1 %} {{ 'MeetingOpened'|get_plugin_lang('BBBPlugin') }} {% else %} {{ 'MeetingClosed'|get_plugin_lang('BBBPlugin') }} {% endif %} {% if meeting.record == 1 %} {# Record list #} {{ meeting.show_links }} {% else %} {{ 'NoRecording'|get_plugin_lang('BBBPlugin') }} {% endif %} {% if meeting.status == 1 %} {{ 'CloseMeeting'|get_plugin_lang('BBBPlugin') }} {% endif %} {{ meeting.action_links }}
{% else %}
{{ 'ServerIsNotRunning' | get_plugin_lang('BBBPlugin') | return_message('warning') }}
{% endif %}