{% extends 'HRMBundle::layout.html.twig' %} {% block section %} Contracts {% endblock %} {% block subsection %} Edit {% endblock %} {% block body -%} {{parent()}}
Start Date | {{form_widget(edit_form.startdate, {'type': 'text'})}} | End Date | {{form_widget(edit_form.enddate, {'type': 'text'})}} | ||
---|---|---|---|---|---|
Position | {{form_widget(edit_form.position)}} | Site | {{form_widget(edit_form.site)}} | ||
DNI | {{form_widget(edit_form.dni)}} | Social Insurance Number | {{form_widget(edit_form.socialinsurancenumber)}} | ||
Academic Titles | {{form_widget(edit_form.academictitles)}} | Address | {{form_widget(edit_form.address)}} | ||
User Colabora | {{form_widget(edit_form.user)}} | #}Employee | {{form_widget(edit_form.employee)}} | ||
Name | {{form_widget(edit_form.name)}} | Middlenames | {{form_widget(edit_form.middlenames)}} | LastNames | {{form_widget(edit_form.lastnames)}} |
Birthplace | {{form_widget(edit_form.birthplace)}} | ||||
Contract Path | {{form_widget(edit_form.contractpath)}} |