{% extends 'generic/object_list.html' %} {% load i18n %} {% load render_table from django_tables2 %} {% block title %}{% trans "Background Queues" %}{% endblock %} {% block controls %}{% endblock %} {% block tabs %} {% endblock tabs %} {% block content %}
{# Table configuration button #}
{% render_table table %}
{% endblock content %}