{% extends 'ohmyadmin/app.html' %} {% import 'ohmyadmin/icons.html' as icons %} {% block content %}
{% if screen.searchable %} {% endif %}
{% if screen.batch_actions %}
{% endif %}
{% if screen.filters %}
{% include 'ohmyadmin/screens/table/filters_bar.html' %}
{% endif %}
{% include 'ohmyadmin/screens/index/content.html' %}
{% endblock %}