{%- if plugins %}

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

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