{% load i18n %}

{{display_name}}

{% if exception %}

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

{{exception}}

{% elif not superset_dashboards %}

Dashboard UUID is not set. Please set the dashboard UUID in the Studio.

{% elif superset_url %} {% if xblock_id %}
{% else %}
{% for dashboard in superset_dashboards %}
{% if forloop.counter == 1 %} {% else %} {% endif %}
{% endfor %}
{% endif %} {{superset_dashboards|json_script:"superset_dashboards"}} {% endif %}