mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
6 lines
289 B
Twig
6 lines
289 B
Twig
{%- macro _render(address, options) -%}
|
|
{{ address|chill_entity_render_box( options|default({}) ) }}
|
|
{%- set options = { 'with_valid_from' : true }|merge(options|default({})) -%}
|
|
{%- set options = { 'has_no_address' : false }|merge(options|default({})) -%}
|
|
{%- endmacro -%}
|