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

{{ organisational_unit.name }}

Auditors

{% for auditor in organisational_unit.auditors.all %} {% endfor %}
Name
{{ auditor.get_full_name }}

Data Sources

{% for datasource in datasources %} {% endfor %}
Name
{{ datasource.name }} Audit
{% endblock %}