{% extends "superset/basic.html" %} # TODO: move the libs required by flask into the common.js from welcome.js. {% block head_js %} {{ super() }} {% endblock %} {% block title %}{{ _("Import") }}{% endblock %} {% block body %} {% include "superset/flash_wrapper.html" %}
{{ _("Import the dashboards.") }}

{{ _("Import the dashboards.") }}

{% endblock %}