{% extends 'extends/layout.html' %} {% load static %} {% block content %}
{% for audit in audits %} {% empty %}

No audit trails for this business

{% endfor %}
{% endblock %}