mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
add file number in person header
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
<span class="open_sansbold">{{ 'First name'|trans|upper}} :</span> {{ person.firstName|upper }}
|
||||
</div>
|
||||
<div class="grid-3">
|
||||
<span class="open_sansbold">{{ 'File number'|trans|upper}} :</span> {{ person.id|upper }}
|
||||
—
|
||||
<i class="fa fa-{% spaceless %}
|
||||
{% if person.gender == "woman" %}
|
||||
female
|
||||
@@ -44,13 +46,6 @@
|
||||
male
|
||||
{% endif %}
|
||||
{% endspaceless %}"></i>
|
||||
<i class="fa fa-{% spaceless %}
|
||||
{% if person.isOpen %}
|
||||
eye
|
||||
{% else %}
|
||||
eye-slash
|
||||
{% endif %}
|
||||
{% endspaceless %}"></i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -77,14 +72,7 @@
|
||||
{%- endif -%}
|
||||
{%- if chill_person.fields.spoken_languages == 'visible' -%}
|
||||
<div class="grid-3">
|
||||
<span class="open_sansbold">{{ 'Spoken languages'|trans|upper}} :</span>
|
||||
{% if person.spokenLanguages|length == 0 %}
|
||||
{{ 'Unknown spoken languages'|trans }}
|
||||
{% else %}
|
||||
{% for lang in person.spokenLanguages %}
|
||||
{{ lang.name|localize_translatable_string }}{% if not loop.last %},{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
<span class="open_sansbold">{{ 'Center'|trans|upper}} :</span> {{ person.center.name|upper }}
|
||||
</div>
|
||||
{%- endif -%}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user