From 3225847db9ee0c0ecb5affb8b8313894dda61213 Mon Sep 17 00:00:00 2001
From: Carlos Vega <carlos.vega@uni.lu>
Date: Thu, 18 Oct 2018 16:09:30 +0200
Subject: [PATCH] added a header title for vouchers, health partners and
 workers

---
 smash/web/templates/doctors/index.html | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/smash/web/templates/doctors/index.html b/smash/web/templates/doctors/index.html
index 93d2bf58..1accfd94 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 %}
-- 
GitLab