{% extends "base.html" %} {% load helpers %} {% load static %} {% load ui_framework %} {% block drawer %} {% table_config_form table %} {% endblock %} {% block content %}
List {# djlint:off B123 #} Tiles {# djlint:on B123 #}
Visit Apps Marketplace
{% if filter_form %}
{% include 'inc/search_panel.html' %} {% block sidebar %}{% endblock %}
{% endif %} {% include table_template|default:'responsive_table.html' %} {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
{% endblock %}