{% load i18n %}

{{display_name}}

{% if exception %}

{% trans 'Superset is not configured properly. Please contact your system administrator.'%}

{{exception}}

{% elif not dashboard_uuid %}

Dashboard UUID is not set. Please set the dashboard UUID in the Studio. {{dashboard_uuid}}

{% elif superset_url and superset_token %}
{% endif %}