{% extends "base.html" %} {% load bootstrap4 %} {% block content %}

Audit Data Source - {{ datasource.name }}

{% if datasource.description %}

{{ datasource.description }}

{% endif %}

Records

{% include 'prov_entry/include_table.html' with objects=records %} {% endblock %}