{% extends "_base.html" %} {% load static %} {% block styles %} {{ block.super }} {% endblock styles %} {% block ui_active_tab %}'workers'{% endblock ui_active_tab %} {% block breadcrumb %} {% include "doctors/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %}
Add new {% if worker_type == 'STAFF' %} worker {% elif worker_type == 'HEALTH_PARTNER' %} health partner {% elif worker_type == 'VOUCHER_PARTNER' %} voucher partner {% endif %}
{% if worker_type == 'STAFF' %} {% endif %} {% if worker_type == 'STAFF' %} {% endif %} {% for worker in doctors_list %} {% if worker_type == 'STAFF' %} {% endif %} {% if worker_type == 'STAFF' %} {% endif %} {% endfor %}
No. First name Last name LanguagesUnitDetailsOn leave Disabled
{{ forloop.counter }} {{ worker.first_name }} {{ worker.last_name }} {% autoescape off %} {% for language in worker.languages.all %} {{ language.image_img }} {% endfor %} {% endautoescape %} {{ worker.unit }}Details {% if worker.is_on_leave %} {% else %} {% endif %} {% if worker.is_active %} DISABLE {% else %} YES {% endif %}
{% endblock maincontent %} {% block scripts %} {{ block.super }} {% endblock scripts %}