{% extends "ui/templates/base/layout.html" %} {% block content %}
{{ consultant.firm_name or 'Individual consultant' }}{% if consultant.specialisation %} • {{ consultant.specialisation }}{% endif %}
| Client | Relationship | Access | Status | Action |
|---|---|---|---|---|
{{ link.client.client_name if link.client else '-' }} {{ link.client.client_code if link.client else '' }} |
{{ link.relationship_type.replace('_',' ').title() }}{% if link.is_primary %}Primary{% endif %} | Client {{ '✓' if link.can_view_client else '×' }} • Services {{ '✓' if link.can_view_services else '×' }} • Due {{ '✓' if link.can_view_due_dates else '×' }} • Comm {{ '✓' if link.can_view_communications else '×' }} | {{ 'Active' if link.is_active else 'Inactive' }} | {% if can_link %} {% endif %} |
| No linked clients. | ||||