{% extends "auth/base.html" %} {% block main %} {% if tenant.logo_url %} {% else %} {{ tenant.name }} {% endif %} {% block title %}{% endblock %} {% if error is defined %} {{error}} {% endif %} {% if success is defined %} {{success}} {% endif %} {% if not fatal_error %} {% block auth_form %} {% endblock %} {% endif %} {% trans %}Powered and secured by{% endtrans %} {% endblock %}