circuit of creating a person

This commit is contained in:
2013-12-07 12:40:12 +01:00
parent 5750c73574
commit fcbe220c6c
6 changed files with 237 additions and 25 deletions

View File

@@ -21,6 +21,11 @@
<a href="{{ path('chill_person_view', {id : person.id}) }}">
<span class="personSurname">{{person.surname}}</span>
<span class="personName">{{person.name}}</span>
{% spaceless %}
{% if person.isOpen == false %}
<i class="icon-lock"></i>
{% endif %}
{% endspaceless %}
</a>
</td>
<td><span class="personDateOfBirth">{{person.dateOfBirth.format(date_format)}}</span></td>