Projet

Général

Profil

« Précédent | Suivant » 

Révision 1f4ae3b3

Ajouté par Serghei Mihai (congés, retour 15/05) il y a plus de 9 ans

patient record id grayed on all pages in order to avoid confusion

Closes #3120

Voir les différences:

calebasse/agenda/templates/agenda/act-validation.html
38 38
    {% for acte, last_status, last_status_name in actes %}
39 39
    <div class="frame acte" id="acte-frame-{{ acte.id }}">
40 40
      <h3>{{ acte.time|time:"H:i" }} - <strong><span class="lastname">{{ acte.patient.last_name }}</span> {{ acte.patient.first_name }}</strong>
41
          {% if acte.patient.paper_id %} {{ acte.patient.paper_id }} {% endif %}({{ acte.patient.id }}) -
41
          {% if acte.patient.paper_id %} {{ acte.patient.paper_id }} {% endif %}
42 42
          <strong>{{ acte.act_type }}</strong>
43 43
          <p>{% if acte.doctors %}{% for doctor in acte.doctors.all %}<span class="lastname">{{ doctor.last_name }}</span> {{ doctor.first_name }} {% endfor %}{% endif %}</p>
44 44
          {% if acte.description %} <span title="Un commentaire existe" class="icon-comment"></span>{% endif%}

Formats disponibles : Unified diff