Display student age at period start on attributions view

This commit is contained in:
Claude Paroz 2016-01-15 18:17:35 +01:00
parent 473493542c
commit 894cc172a8
4 changed files with 27 additions and 10 deletions

View file

@ -12,5 +12,5 @@
<div id="summary">
{{ object.first_name }} {{ object.last_name }}<br>
{{ object.pcode }} {{ object.city }}<br>
Date de naissance: {{ object.birth_date }}
Date de naissance: {{ object.birth_date }} {% if age_for_stage %}(<span title="Âge au début du stage">{{ age_for_stage }}){% endif %}</span>
</div>