{% load i18n %} {% if not caddy_enabled %}
{% trans 'Caddy is not enabled' %}
{% trans 'The App Gateway and Gatekeeper modules require Caddy and the auth-gateway container to be running. Please start the application using docker-compose-caddy.yml.' %}
{% endif %}