Projet

Général

Profil

« Précédent | Suivant » 

Révision 72eaf82e

Ajouté par Mikaël Ates il y a plus de 9 ans

dossiers: display the week day in tabs of past and next appointments.

Voir les différences:

calebasse/dossiers/templates/dossiers/patientrecord_tab6_next_rdv.html
19 19
    <tbody>
20 20
    {% for event, state, missing_participants, inactive_participants in next_rdvs %}
21 21
    <tr>
22
      <td><span class="date">{{ event.start_datetime|date:"SHORT_DATE_FORMAT" }}</span>
22
      <td><span class="date">{{ event.start_datetime|date:"DATE_FORMAT" }}</span>
23 23
          <span class="time">{% firstof event.start_datetime|date:"H:i"|title %}</span>{% if missing_participants or inactive_participants %} <span title="Au moins un intervenant est absent ou ne fait plus partie du service" class="icon-warning-sign absent"></span>{% endif %}</td>
24 24
      <td>{% if state %}{% if state.state_name != 'VALIDE' %}<strong>{% endif %}{{ state }}{% if state.state_name != 'VALIDE' %}</strong>{% endif %}{% else %}Non pointé.{% endif %}</td>
25 25
      <td>{{ event.act_type }}</td>

Formats disponibles : Unified diff