{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Sahara" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Sahara - Data Sources") %} {% endblock page_header %} {% block main %}
{{ data_sources_table.render }}
{% include "data_sources/data_sources_form_script.html" %} {% endblock %}