mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-01 02:49:42 +00:00
fix test failures
This commit is contained in:
@@ -45,12 +45,13 @@
|
||||
</span>
|
||||
{% endif %}
|
||||
|
||||
{% set address = null %}
|
||||
{%- if person.currentHouseholdAddress is not empty -%}
|
||||
{% set address = person.currentHouseholdAddress %}
|
||||
{%- elseif person.lastAddress is not empty -%}
|
||||
{% set address = person.lastAddress %}
|
||||
{%- endif -%}
|
||||
{%- if address -%}
|
||||
{%- if address is not null -%}
|
||||
<span class=" d-block d-sm-inline-block">
|
||||
{{ address|chill_entity_render_box({
|
||||
'render': 'inline', 'multiline': false, 'with_picto': true, 'with_delimiter': true
|
||||
|
Reference in New Issue
Block a user