Set total element number under student/corp select (attribution)

This commit is contained in:
Claude Paroz 2012-11-13 16:45:25 +01:00
parent 01d867a8ab
commit a6639e54e8
2 changed files with 12 additions and 2 deletions

View file

@ -3,4 +3,5 @@
{{ object.corporation.street }}<br>
{{ object.corporation.pcode }} {{ object.corporation.city }}<br>
Tél: {{ object.corporation.tel }}<br>
Courriel: {{ object.corporation.courriel }}
{% if object.corporation.courriel %}Courriel: {{ object.corporation.courriel }}<br>{% endif %}
{% if object.comment %}<em>{{ object.comment }}</em>{% endif %}