Set total element number under student/corp select (attribution)
This commit is contained in:
parent
01d867a8ab
commit
a6639e54e8
2 changed files with 12 additions and 2 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue