{% 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 %}