mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 09:14:23 +00:00
Merge branch 'master' of git://github.com/Chill-project/Person
This commit is contained in:
commit
51115b6f36
@ -38,6 +38,7 @@ Chill\PersonBundle\Entity\Person:
|
|||||||
type: array
|
type: array
|
||||||
phonenumber:
|
phonenumber:
|
||||||
type: text
|
type: text
|
||||||
|
nullable: true
|
||||||
manyToOne:
|
manyToOne:
|
||||||
countryOfBirth:
|
countryOfBirth:
|
||||||
targetEntity: Chill\MainBundle\Entity\Country
|
targetEntity: Chill\MainBundle\Entity\Country
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{% if person.nationality is not null %}
|
{% if person.nationality is not null %}
|
||||||
<span class="personNationality">{{person.nationality.label}}</span>
|
<span class="personNationality">{{person.nationality.name | localize_translatable_string }}</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ 'Without nationality'|trans }}
|
{{ 'Without nationality'|trans }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user