Revision 3b4bba4a
Added by Serghei Mihai over 10 years ago
calebasse/dossiers/templates/dossiers/patientrecord_update.html | ||
---|---|---|
19 | 19 |
<h2><strong>{% if current_state.status.type == 'CLOS' %}<span class="highlight">{% endif %}<span class="lastname">{{ object.last_name }}</span> {{ object.first_name }}{% if object.paper_id %} - Dossier {{ object.paper_id}}{% endif %}{% if current_state.status.type == 'CLOS' %} clos</span>{% endif %}</strong></h2> |
20 | 20 |
<span id="ajax-redirect" data-url="{{ object.id }}/view"/> |
21 | 21 |
<a href="..">Retourner aux dossiers</a> |
22 |
<form action="{% url "patientrecord_print" service object.id%}"> |
|
23 |
<button class="icon-print">{% trans "Imprimer tout le dossier" %}</button> |
|
24 |
</form> |
|
22 | 25 |
{% if 'validator' in role %}{% if object.can_be_deleted %}<button type="button" id="patientrecord-delete">Supprimer</button>{% endif %}{% endif %} |
23 | 26 |
{% endblock %} |
24 | 27 |
|
Also available in: Unified diff
dossiers: printing the whole patient record in pdf format
Closes #3109