{% extends "horizon/common/_data_table.html" %} {% block table %} {% block table_caption %} {% if not hidden_title %} {% endif %} {% if table.get_table_actions %} {% endif %} {% endblock table_caption %} {% block table_breadcrumb %} {{ block.super }} {% endblock table_breadcrumb %} {% block table_columns %} {% if not table.is_browser_table %} {% for column in columns %} {% endfor %} {% endif %} {% endblock table_columns %} {% block table_body %} {{ block.super }} {% endblock table_body %} {% block table_footer %} {{ block.super }} {% endblock table_footer %}

{{ table }}

{{ table.render_table_actions }}
{{ column }} {% if column.help_text %} {% endif %}
{% endblock table %}