{% load render_table from django_tables2 %} {% load i18n %}
{% trans 'Referenced by Custom Fields' %} ({{ total }})
{% render_table table 'inc/table.html' %}
{% include 'netbox_cf_backrefs/_paginator.html' with paginator=table.paginator page=table.page %}