{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Data Sources" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Data Sources") %} {% endblock page_header %} {% block main %}
{{ policies_tables_table.render }}
{{ service_status_table.render }}
{{ datasources_tables_table.render }}
{% endblock %}