{% extends "main/layout.html" %} {% load crispy_forms_tags %} {% block content %}

{{ legend|upper }}

Naran Tipu Kontratu Kategoria Grau
{{ cont.employee }} {{ cont.contract_type }} {% if cont.category %}{{ cont.category }}{% endif %} {% if cont.category %}{{ cont.grade }}{% endif %}

FORMULARIO AUMENTA SALARIO

{% crispy form %}
{% endblock %} {% block scripts %} {% endblock %}