{% extends "ui/templates/base/layout.html" %} {% block content %}

Consultants

Portal-enabled consultants, franchise partners, and external ecosystem collaborators.

{% if can_manage_consultant_service_requests(current_user, current_user_permissions, current_user_roles) %} Service Requests {% endif %} {% if can_manage_consultant_conversions(current_user, current_user_permissions, current_user_roles) %} Conversions {% endif %} {% if can_manage %} Add Consultant {% endif %}
{% for row in rows %} {% else %} {% endfor %}
Consultant Contact Type Specialisation Status Action
{{ row.contact_person }}
{{ row.firm_name or 'Individual consultant' }}
{{ row.email or '-' }}
{{ row.mobile or '-' }}
{{ row.consultant_type.replace('_', ' ').title() }} {{ row.specialisation or '-' }} {{ row.status }} Open
No consultants found.
{% endblock %}