{% extends "_base.html" %} {% load static %} {% load filters %} {% block styles %} {{ block.super }} {% endblock styles %} {% block page_title %}'workers'{% endblock page_title %} {% block page_header %}Edit worker{% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block title %} - Edit worker information{% endblock %} {% block breadcrumb %} {% include "doctors/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %} {% block content %}
Go back (without changes)
{% comment %}

Details of worker

{% endcomment %}
{% csrf_token %}
{% for field in form %}
{{ field|add_class:'form-control' }}
{% if field.errors %} {{ field.errors }} {% endif %}
{% endfor %}
{% endblock %} {% endblock maincontent %} {% block scripts %} {{ block.super }} {% endblock scripts %}