{% extends "@ChillMain/layout.html.twig" %} {% set thirdParty = entity %} {% form_theme form '@ChillThirdParty/ThirdParty/_form_thirdparty_children.html.twig' %} {% block title 'Create third party'|trans %} {% block content %}
{% embed '@ChillMain/CRUD/_new_content.html.twig' %} {% block crud_content_header %}

{{ 'Create third party'|trans }}

{% endblock %} {% block crud_content_form_rows %} {% include '@ChillThirdParty/ThirdParty/_form.html.twig' %} {% endblock %} {% endembed %}
{% endblock %} {% block js %} {{ encore_entry_script_tags('mod_input_address') }} {% endblock %} {% block css %} {{ encore_entry_link_tags('mod_input_address') }} {% endblock %}