{%- if plugins %}

{% if attach == '1' %} {% trans %} The following video services are available. Click on one to attach an existing videoconference: {% endtrans %} {% else %} {% trans %} The following video services are available. Click on one to create a new videoconference: {% endtrans %} {% endif %}

{%- for plugin in plugins|sort(attribute='title') %} {% set action=_("Attach") if attach == '1' else _("Create") %}
{{ plugin.title }}
{%- endfor %}
{%- endif %}