{%- if addLink and is_granted('CHILL_PERSON_SEE', person) -%} {%- set showLink = true -%}{%- endif -%} {{ person.firstName }} {{ person.lastName }} {%- if addAltNames -%} {%- for n in person.altNames -%} {%- if loop.first -%}({% else %} {%- endif -%} {{- n.label -}} {%- if loop.last -%}) {%- endif -%} {%- endfor -%} {%- endif -%} {%- if showLink is defined -%}{%- endif -%} {#- tricks to remove easily whitespace after template -#} {%- if true -%}{%- endif -%}