{% extends 'admin/base.html' %} {% block title %}{% trans %}Video services{% endtrans %}{% endblock %} {%- block content %} {%- if plugins %}

{% trans %}The following video services are available. Click on one to create a new room:{% endtrans %}

{%- for plugin in plugins %}
{{ plugin.title }}
{%- endfor %}
{%- endif %} {%- endblock %}