{% extends "base.html" %} {% load helpers %} {% load static %} {% load ui_framework %} {% block document_title %}{% render_title "plain" %}{% endblock %} {% block content %}
{% render_breadcrumbs %}
{% if request.user.is_authenticated and table_config_form %} {% if display == "tiles" %} {% table_config_button table table_name="ObjectTable" disabled=True %} {% else %} {% table_config_button table table_name="ObjectTable" %} {% endif %} {% endif %} Visit Apps Marketplace

{% block page_heading %}{% render_title %}{% endblock %}

{% 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 %}
{% table_config_form table table_name="ObjectTable" %} {% endblock %} {% block javascript %} {{ block.super }} {% endblock %}