{% extends "superset/basic.html" %} {% block title %}{{ _("No Access!") }}{% endblock %} {% block body %}
{% include "superset/flash_wrapper.html" %}

{{ _("You do not have permissions to access the datasource(s): %(name)s.", name=datasource_names) }}

{% endblock %}