{% extends 'core/base.html' %} {% load widget_tweaks %} {% block content %}
{% csrf_token %}
PAYROLL DETAILS
{% for field in form %}
{{ field | add_class:"form-control"}} {% if field.help_text %} {{ field.help_text|safe }} {% endif %}
{% endfor %}
{% if object %} {% else %} {% endif %}
{% endblock %} {% block custom_js %} {% endblock custom_js %}