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

Find audit, GST, income tax, ROC and accounting support from trusted professionals.

Clients can request services, consultants can generate leads, and the platform team can route work to the right audit firm or partner.

{{ marketplace_counts.audit_firms }}
Audit firms
{{ marketplace_counts.consultants }}
Consultants
{{ marketplace_counts.service_requests }}
Service requests
{% for item in [ ('GST & Tax Compliance', 'GSTR filing, notices, reconciliation, tax return support and advisory.'), ('Audit & Assurance', 'Statutory audit, internal audit, tax audit and engagement tracking.'), ('ROC & Business Services', 'Company filings, registrations, payroll, accounting and compliance calendars.') ] %}

{{ item[0] }}

{{ item[1] }}

{% endfor %}

Featured Audit Firms

View all
{% for firm in public_audit_firms %}
{{ firm.name }}
{{ firm.firm_type|replace('_',' ')|title if firm.firm_type else 'Audit Firm' }}
{% else %}
Audit firm listings will appear here after activation.
{% endfor %}

Consultant Network

View all
{% for consultant in public_consultants %}
{{ consultant.firm_name or consultant.contact_person }}
{{ consultant.specialisation or consultant.consultant_type|replace('_',' ')|title }}
{% else %}
Consultant listings will appear here after activation.
{% endfor %}
{% endblock %}