{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% load helpers %} {% load i18n %} {% block content %}
{% trans 'CF Backrefs' %} ({{ total }})
{% include 'inc/table_controls_htmx.html' %}
{% render_table table 'inc/table.html' %}
{% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
{% if request.user.is_authenticated %} {% table_config_form table table_name=table.name %} {% endif %} {% endblock content %}