{% extends 'generic/_base.html' %} {% load buttons %} {% load helpers %} {% load i18n %} {% load render_table from django_tables2 %} {% block title %}{% trans "Plugins" %}{% endblock %} {% block tabs %} {% endblock tabs %} {% block content %}
{# Table configuration button #}
{% render_table table %}
{% endblock content %} {% block modals %} {% table_config_form table table_name="ObjectTable" %} {% endblock modals %}