{% extends "base.html" %} {% load helpers %} {% load static %} {% block content %}
{% if request.user.is_authenticated and table_config_form %} {% endif %}

{% block title %}Installed Plugins{% 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 %}