Projet

Général

Profil

« Précédent | Suivant » 

Révision e2df6d5e

Ajouté par Serghei Mihai il y a presque 10 ans

agenda: displaying car icon in schedules when patient uses transport to reach the appointment

Closes #2120

Voir les différences:

calebasse/agenda/templates/agenda/ajax-worker-tab.html
27 27
    <span class="act_type">{% if appointment.act_type %}{{ appointment.act_type|trunc_act_type }}{% endif %}</span>
28 28
    <span class="ressource">{% if appointment.ressource %}{{ appointment.ressource }}{% endif %}</span>
29 29
    <span class="right">
30
        {% if appointment.is_recurrent %}
31
        {% if appointment.patient.periodic_appointment_transport %}
32
        <span title="Transport" class="icon-car"></span>
33
        {% endif %}
34
        {% elif appointment.patient.simple_appointment_transport %}
35
        <span title="Transport" class="icon-car"></span>
36
        {% endif %}
37

  
30 38
        {% if appointment.workers_absent %}
31 39
        <span title="Au moins un intervenant est absent" class="icon-warning-sign absent"></span>
32 40
        {% endif %}

Formats disponibles : Unified diff