add concerned parties in show activity page (2 contexts)

This commit is contained in:
2021-06-03 19:13:58 +02:00
parent 32b3d74a1b
commit 987815471c
14 changed files with 99 additions and 21 deletions

View File

@@ -1,4 +1,10 @@
{# template to render a person #}
{%- if options['only_denomination'] == true -%}
<div class="chill_denomination">
{{ contact.name }}
</div>
{%- else -%}
<div class="chill_contact">
<div class="chill_contact_name">
@@ -43,3 +49,4 @@
</div>
{% endif %}
</div>
{%- endif -%}