{% load helpers %} {% if actions %}
{% csrf_token %} {% for key, value in extra_context.items %} {% endfor %} {% if table.paginator.num_pages > 1 and bulk_delete_url %}
{% if bulk_edit_url and 'bulk_edit' in actions %} {% endif %} {% if bulk_delete_url and 'bulk_delete' in actions %} {% endif %}
{% endif %} {% include 'utils/responsive_table.html' %}
{% if request.user.is_authenticated and table_modal %} {% endif %} {% block extra_buttons %}{% endblock %} {% if bulk_add_url and 'add' in actions %} {% endif %} {% if bulk_edit_url and 'bulk_edit' in actions %} {% endif %} {% if bulk_delete_url and 'bulk_delete' in actions %} {% endif %}
{% else %} {% include 'utils/responsive_table.html' %} {% endif %} {% include 'includes/pagination.html' with paginator=table.paginator page=table.page %}
{% if request.user.is_authenticated and table_modal %} {% table_config_form table %} {% endif %}