{% extends "@DHAuditor/layout.html.twig" %} {% import '@DHAuditor/Audit/helpers/helper.html.twig' as helper %} {% block dh_auditor_header %} {% endblock %} {% block dh_auditor_content %} {% set is_first = true %} {% for entity, entries in audits %} {% if is_first %} {% set is_first = false %} {% else %}
{% endif %}
{{ entity }} {% trans from 'auditor' %}audit.audit_details.most_recent{% endtrans %}
{% trans with { '%count%': entries|length } from 'auditor' %}audit.audit_details.operations_count{% endtrans %}
{% endfor %} {% endblock dh_auditor_content %}