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

Consultant Portal

Consultant Workspace

Track assigned work, linked clients, documents, clarifications and service requests from one place.

{% set tabs = [ ('overview','Overview'), ('assigned-work','Assigned Work'), ('clients','Clients'), ('documents','Documents'), ('clarifications','Clarifications'), ('requests','Requests'), ('reports','Reports') ] %}
{% for code, label in tabs %} {% endfor %}
{% include "modules/consultants/templates/consultants/portal_partials/overview.html" %}
{% endblock %}