diff --git a/smash/web/templates/doctors/index.html b/smash/web/templates/doctors/index.html index 93d2bf58d6a0e86f891afa629cab2fadd74b8459..1accfd94d238279684ff6d4fe11d6085b05976b8 100644 --- a/smash/web/templates/doctors/index.html +++ b/smash/web/templates/doctors/index.html @@ -8,7 +8,15 @@ {% endblock styles %} {% block ui_active_tab %}'workers'{% endblock ui_active_tab %} - +{% block page_header %} +{% if worker_type == 'STAFF' %} + Workers +{% elif worker_type == 'HEALTH_PARTNER' %} + Health Partners +{% elif worker_type == 'VOUCHER_PARTNER' %} + Voucher Partners +{% endif %} +{% endblock page_header %} {% block breadcrumb %} {% include "doctors/breadcrumb.html" %} {% endblock breadcrumb %}