{% load i18n static %} {% if factory %} {% if media %} {{ media }} {% endif %} {% if modals_template_name %} {% include modals_template_name %} {% endif %} {% if header_template_name %} {% include header_template_name %} {% endif %} {% if filter or bulk_actions %} {% include 'dynamic_listing/filters/_top_filter.html' %} {% endif %} {% endif %} {% if listing_type == 'table' %}