{% extends "modules/marketplace/templates/marketplace/public_base.html" %} {% block public_content %}

Audit Firms

Active audit firms available in the marketplace.

Request Service
{% for firm in public_audit_firms %}
{{ firm.name }}
{{ firm.firm_type|replace('_',' ')|title if firm.firm_type else 'Audit Firm' }}
Service enquiry can be routed by the marketplace team.
{% else %}
No public audit firm listing is available yet.
{% endfor %}
{% endblock %}