diff --git a/templates/corporation.html b/templates/corporation.html
index 91cf1cc..29eab9a 100644
--- a/templates/corporation.html
+++ b/templates/corporation.html
@@ -34,7 +34,8 @@
| Contacts : |
{% for cont in corp.corpcontact_set.all %}
- {{ cont.first_name }} {{ cont.last_name }} {% if cont.role %} ({{ cont.role }}){% endif %}{% endfor %}
+ {{ cont.first_name }} {{ cont.last_name }} {% if cont.role %} ({{ cont.role }}){% endif %}
+ {% endfor %}
|
@@ -45,7 +46,8 @@
{% for avail in data.avails %}
| {{ avail.period.dates }} |
- {% if not avail.training %}Disponibilité{% else %}{{ avail.training.student }} ({{ avail.training.student.klass }}){% endif %} |
+ {% if not avail.training %}Disponibilité pour «{{ avail.period.title }}»
+ {% else %}{{ avail.training.student }} ({{ avail.training.student.klass }}){% endif %} |
{{ avail.period.section }} |
{% endfor %}
| Totaux : |