Revision 55ace1fb
Added by Benjamin Dauvergne over 12 years ago
calebasse/agenda/templates/agenda/act-validation.html | ||
---|---|---|
36 | 36 |
<div id="actes"> |
37 | 37 |
{% for acte, last_status, last_status_name in actes %} |
38 | 38 |
<div class="frame acte" id="acte-frame-{{ acte.id }}"> |
39 |
<h3>{{ acte.date }} - <strong><span class="lastname">{{ acte.patient.last_name }}</span> {{ acte.patient.first_name }}</strong>
|
|
39 |
<h3>{{ acte.time|date:"H:M" }} - <strong><span class="lastname">{{ acte.patient.last_name }}</span> {{ acte.patient.first_name }}</strong>
|
|
40 | 40 |
{% if acte.patient.paper_id %} {{ acte.patient.paper_id }} {% endif %}({{ acte.patient.id }}) - |
41 | 41 |
<strong>{{ acte.act_type }}</strong> |
42 | 42 |
<p>{% if acte.doctors %}{% for doctor in acte.doctors.all %}<span class="lastname">{{ doctor.last_name }}</span> {{ doctor.first_name }} {% endfor %}{% endif %}</p> |
Also available in: Unified diff
agenda: format act time in the template not the view