{% import "macros/branding.html" as branding %} {% extends "auth/base.html" %} {% block body %}
{% if tenant.logo_url %} {{ tenant.name }} {% else %} {{ tenant.name }} {% endif %}
{% include "auth/dashboard/sidebar.html" %}
{% block content %}{% endblock %}
{% if show_branding %} {{ branding.branding() }} {% endif %}
{% endblock %}