mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Refactoring - indentation
This commit is contained in:
parent
bbac481e3c
commit
e41361f149
@ -37,10 +37,7 @@ This view should receive those arguments:
|
|||||||
|
|
||||||
<dt class="inline">{{ 'views.Person.view.gender'|trans }}</dt>
|
<dt class="inline">{{ 'views.Person.view.gender'|trans }}</dt>
|
||||||
<dd>{{ ( 'person.gender.' ~ person.genre|default('undefined'))|trans }}</dd>
|
<dd>{{ ( 'person.gender.' ~ person.genre|default('undefined'))|trans }}</dd>
|
||||||
|
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
@ -74,16 +71,14 @@ This view should receive those arguments:
|
|||||||
<h2>{{ 'views.Person.view.administrative'|trans }}</h2>
|
<h2>{{ 'views.Person.view.administrative'|trans }}</h2>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt class="inline">{{ 'views.Person.view.nationality'|trans }}</dt>
|
<dt class="inline">{{ 'views.Person.view.nationality'|trans }}</dt>
|
||||||
<dd>
|
<dd>
|
||||||
{% if person.nationality is not null %}
|
{% if person.nationality is not null %}
|
||||||
{{ person.nationality.label }}
|
{{ person.nationality.label }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ 'views.Person.view.without_nationality'|trans }}
|
{{ 'views.Person.view.without_nationality'|trans }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</dd>
|
||||||
</dd>
|
|
||||||
|
|
||||||
</dl>
|
</dl>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
@ -93,12 +88,8 @@ This view should receive those arguments:
|
|||||||
<h2>{{ 'views.Person.view.contact'|trans }}</h2>
|
<h2>{{ 'views.Person.view.contact'|trans }}</h2>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|
||||||
<dt class="inline">{{ 'views.Person.view.email'|trans }}</dt>
|
<dt class="inline">{{ 'views.Person.view.email'|trans }}</dt>
|
||||||
<dd><pre>{{ person.email}} </pre></dd>
|
<dd><pre>{{ person.email}} </pre></dd>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dl>
|
</dl>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user