{% load i18n %}
{% load static %}
{% if factory and media %}
{{ media }}
{% if filter or listing_actions and factory %}
{% include 'dynamic_listing/filters/inline_filter.html' %}
{% endif %}
{% endif %}
{% if object_list|length > 0 %}
{% include "dynamic_listing/_table.html" %}
{% include "dynamic_listing/_pagination.html" %}
{% else %}
{% include 'dynamic_listing/_no_data.html' %}
{% endif %}
{% if modals_template_name %}
{% include modals_template_name %}
{% endif %}