{% extends 'ohmyadmin/app.html' %} {% block page_actions %} {% for action in page.get_page_actions(request) %} {{ action.render(request) }} {% endfor %} {% endblock %} {% block content %} {% include 'ohmyadmin/pages/table/_metrics_row.html' %}
{% if filters %} {% include 'ohmyadmin/pages/table/_filter_button.html' %} {% endif %} {% if page.is_searchable(request) %}
{% include 'ohmyadmin/pages/table/_search_form.html' %}
{% endif %}
{% include 'ohmyadmin/pages/table/_batch_actions_form.html' %}
{% if filters %}
{% include 'ohmyadmin/pages/table/_filters.html' %}
{% endif %}
{% include 'ohmyadmin/pages/table/_content.html' %}
{% endblock %}