mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
add trigger on alt names and improve layout with alt names
This commit is contained in:
@@ -29,10 +29,7 @@
|
||||
<div class="grid-12 parent" id="header-person-name" >
|
||||
<div class="grid-10 push-1 grid-mobile-12 grid-tablet-12 push-mobile-0 push-tablet-0 parent">
|
||||
<div class="grid-3">
|
||||
<span class="open_sansbold">{{ 'Last name'|trans|upper }} :</span> {{ person.lastName|upper }}
|
||||
</div>
|
||||
<div class="grid-3">
|
||||
<span class="open_sansbold">{{ 'First name'|trans|upper}} :</span> {{ person.firstName|upper }}
|
||||
<span class="open_sansbold">{{ 'Name'|trans|upper }} :</span> {{ person|chill_entity_render_string }}
|
||||
</div>
|
||||
<div class="grid-3">
|
||||
<span class="open_sansbold">{{ 'File number'|trans|upper}} :</span> {{ person.id|upper }}
|
||||
@@ -47,6 +44,12 @@
|
||||
{% endif %}
|
||||
{% endspaceless %}"></i>
|
||||
</div>
|
||||
<div class="grid-3">
|
||||
<span class="open_sansbold">{{ 'Phonenumber'|trans|upper }} :</span>
|
||||
{% set phone = person.mobilenumber|default(person.phonenumber) %}
|
||||
{% if phone is not empty %}{{ phone|chill_format_phonenumber }}{% else %}<span class="chill-no-data-statement">{{ 'No data given'|trans }}{% endif %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user