dossiers: fox next rdv comment display

This commit is contained in:
Jérôme Schneider 2013-12-20 10:48:07 +01:00
parent ee2ffef0dc
commit 87de0b6f4d
1 changed files with 4 additions and 0 deletions

View File

@ -531,7 +531,11 @@
{{ participant.first_name }} <span class="lastname">{{ participant.last_name }}</span>
{% if participant in missing_participants %}</span>{% endif %}
{% endfor %}</td>
{% if event.act.id %}
<td class="width-limited">{{ event.act.comment }}</td>
{% else %}
<td class="width-limited">{{ event.description }}</td>
{% endif %}
</tr>
{% endfor %}
</tbody>