dossiers: better display unknown state in past acts.

This commit is contained in:
Mikaël Ates 2014-07-02 09:44:12 +02:00
parent b472e22b2a
commit b9fec24bfb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<div id="tabs-5">
{% for state, last_rdvs in history %}
<div class="frame">
<h3>{{ state.status.name }} depuis le {{ state.date_selected|date:"SHORT_DATE_FORMAT" }}</h3>
<h3>{% if state %}{{ state.status.name }} depuis le {{ state.date_selected|date:"SHORT_DATE_FORMAT" }}{% else %}Indéfini{% endif %}</h3>
{% if last_rdvs %}
<table class="basic">
<thead>