mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
Merge branch 'stable' of framagit.org:Chill-Project/Chill-Person into stable
This commit is contained in:
commit
104181ba71
@ -28,5 +28,10 @@ Version 1.5.3
|
|||||||
Version 1.5.4
|
Version 1.5.4
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
- add filenumber in person header
|
||||||
|
|
||||||
|
Version 1.5.5
|
||||||
|
=============
|
||||||
|
|
||||||
- Fix bug in accompanying period filter
|
- Fix bug in accompanying period filter
|
||||||
|
|
||||||
|
@ -65,6 +65,7 @@ Married: Marié(e)
|
|||||||
'Family information': Famille
|
'Family information': Famille
|
||||||
'Contact information': 'Informations de contact'
|
'Contact information': 'Informations de contact'
|
||||||
'Administrative information': Administratif
|
'Administrative information': Administratif
|
||||||
|
File number: Dossier n°
|
||||||
|
|
||||||
# addresses part
|
# addresses part
|
||||||
address_street_address_1: Adresse ligne 1
|
address_street_address_1: Adresse ligne 1
|
||||||
|
@ -35,6 +35,8 @@
|
|||||||
<span class="open_sansbold">{{ 'First name'|trans|upper}} :</span> {{ person.firstName|upper }}
|
<span class="open_sansbold">{{ 'First name'|trans|upper}} :</span> {{ person.firstName|upper }}
|
||||||
</div>
|
</div>
|
||||||
<div class="grid-3">
|
<div class="grid-3">
|
||||||
|
<span class="open_sansbold">{{ 'File number'|trans|upper}} :</span> {{ person.id|upper }}
|
||||||
|
—
|
||||||
<i class="fa fa-{% spaceless %}
|
<i class="fa fa-{% spaceless %}
|
||||||
{% if person.gender == "woman" %}
|
{% if person.gender == "woman" %}
|
||||||
female
|
female
|
||||||
@ -44,13 +46,6 @@
|
|||||||
male
|
male
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endspaceless %}"></i>
|
{% endspaceless %}"></i>
|
||||||
<i class="fa fa-{% spaceless %}
|
|
||||||
{% if person.isOpen %}
|
|
||||||
eye
|
|
||||||
{% else %}
|
|
||||||
eye-slash
|
|
||||||
{% endif %}
|
|
||||||
{% endspaceless %}"></i>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -77,14 +72,7 @@
|
|||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- if chill_person.fields.spoken_languages == 'visible' -%}
|
{%- if chill_person.fields.spoken_languages == 'visible' -%}
|
||||||
<div class="grid-3">
|
<div class="grid-3">
|
||||||
<span class="open_sansbold">{{ 'Spoken languages'|trans|upper}} :</span>
|
<span class="open_sansbold">{{ 'Center'|trans|upper}} :</span> {{ person.center.name|upper }}
|
||||||
{% 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 %}
|
|
||||||
</div>
|
</div>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user