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