{% extends "_base.html" %} {% load static %} {% block styles %} {{ block.super }} {% endblock styles %} {% block page_title %}'workers'{% endblock page_title %} {% block page_header %}Workers{% endblock page_header %} {% block page_description %}information{% endblock page_description %} {% block breadcrumb %} {% include "doctors/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %}
No. | First name | Last name | Languages | Unit | Details | Edit | Availibility details | On leave |
---|---|---|---|---|---|---|---|---|
{{ forloop.counter }} | {{ worker.first_name }} | {{ worker.last_name }} | {% autoescape off %} {% for language in worker.languages.all %} {{language.image_img}} {% endfor %} {% endautoescape %} | {{ worker.unit }} | Details | Edit | Modify availability | {% if worker.is_on_leave %} {% else %} {% endif %} |
No subjects found.
{% endif %}