{% extends "_base.html" %} {% load static %} {% load filters %} {% block styles %} {{ block.super }} {% endblock styles %} {% block ui_active_tab %} {% if worker_type == 'STAFF' %} 'workers' {% elif worker_type == 'HEALTH_PARTNER' %} 'health_partner' {% elif worker_type == 'VOUCHER_PARTNER' %} 'voucher_partner' {% endif %} {% endblock ui_active_tab %} {% block page_header %} {% if worker_type == 'STAFF' %} Add Worker {% elif worker_type == 'HEALTH_PARTNER' %} Add Health Partner {% elif worker_type == 'VOUCHER_PARTNER' %} Add Voucher Partner {% endif %} {% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block breadcrumb %} {% include "doctors/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %} {% block content %}