Display student age at period start on attributions view
This commit is contained in:
parent
473493542c
commit
894cc172a8
4 changed files with 27 additions and 10 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue