{% extends "@ChillMain/layout.html.twig" %} {% block title 'Create third party'|trans %} {% block content %}

{{ 'Create third party'|trans }}

{{ form_start(form) }} {{ form_row(form.name) }} {{ form_row(form.type) }} {{ form_row(form.telephone) }} {{ form_row(form.email) }} {{ form_row(form.address) }} {{ form_row(form.active) }} {{ form_row(form.centers) }} {{ form_row(form.comment) }} {{ form_end(form) }}
{% endblock %}