{% extends "base.html" %} {% block content %} ← Back

{{ heading }}

{% if description %}

{{ description }}

{% endif %} {% if not category_sections %}

No data.

{% else %} {% if record_count > 1 %}

{{ record_count }} records matching

{% endif %} {% for section in category_sections %}

{{ section.name }}

{% if not section.rows %}

No data.

{% else %} {% for row in section.rows %} {% endfor %}
FieldValueSource
{{ row.field_path }} {% if row.redacted %}[REDACTED]{% else %}{{ row.value }}{% endif %} {{ row.systems }}
{% endif %}
{% endfor %} {% endif %} {% endblock %}