Merge remote-tracking branch 'origin/master' into issue422_and_others_on_AddPersons

This commit is contained in:
2022-02-17 22:51:52 +01:00
20 changed files with 69 additions and 51 deletions

View File

@@ -115,7 +115,7 @@
<div class="flex-table">
{% for tp in thirdParty.activeChildren %}
<div class="item-bloc">
{{ tp|chill_entity_render_box({'render': 'bloc', 'addLink': false}) }}
{{ tp|chill_entity_render_box({'render': 'bloc', 'addLink': false, 'isConfidential': tp.contactDataAnonymous ? true : false }) }}
</div>
{% endfor %}
</div>