mark potential place where template must include vue_address component

This commit is contained in:
2021-08-07 11:50:08 +02:00
parent 47d704b521
commit 9e94cea9d5
6 changed files with 36 additions and 3 deletions

View File

@@ -26,6 +26,7 @@
{% block content %}
<h1>{{ block('title') }}</h1>
{# include vue_address component #}
{% include '@ChillPerson/Address/_insert_vue_address.html.twig' with {
address_id: person.lastAddress.id,
mode: 'new',