{% extends 'settings.html' %} {% load i18n horillafilters %} {% block settings %}

{% trans "Google Meet Integration" %}

{% trans "Enable Google meet" %}

{% if "horilla_meet"|integration_installed %} {% include "gmeet_credentials/gmeet_credential_section.html" %} {% endif %}
{% endblock %}