{% extends "hrms/base.html" %} {% load crispy_forms_tags %} {% block content %}

{{ head }}

{% csrf_token %} {{ form|crispy }}
{% endblock content %}