{% extends "ui/templates/base/layout.html" %} {% block content %} {% include "modules/consultants/templates/consultants/_consultant_tabs.html" %}

My Consultant Work Board

Consultant-visible work shared by the firm. Internal firm tasks and private notes are not shown here.

Raise Service Request
{% for key, column in board.columns.items() %}

{{ column["label"] }}

{{ column["items"]|length }}
{% endfor %}

My Service Requests

Requests raised by you to the firm.

View all
{% endblock %}