{% load dossiers %}
{{ object.contact_comment }}{% endif %} {% if object.addresses.all %}
État à venir du dossier: {{ current_state.status.name.lower }} à partir du {{ current_state.date_selected|date:"d/m/Y" }}
{% else %}État courant du dossier: {{ current_state.status.name.lower }} depuis le {{ current_state.date_selected|date:"d/m/Y" }}
{% endif %} {% if object.pause_comment %}
{{ object.pause_comment }}
Depuis le {{ protection.start_date }} : {{ protection.status.name }}
{{ object.policyholder.contact_comment }}
{% endif %}Patient{% if object.policyholder.id == object.id %}(Assuré){% endif %} | {% include "dossiers/patientrecord_tab3_contact.html" with contact=object %} |
{% if contact.gender == 1 %}M.{% elif contact.gender == 2 %}Mme{% endif %} {{ contact.first_name }} {{ contact.last_name }}{% if object.policyholder.id == contact.id %}(Assuré){% endif %} {% if contact.id == object.id %} (PATIENT){% endif %} | {% include "dossiers/patientrecord_tab3_contact.html" %} |
{{ address }}{% if address.place_of_life %}(lieu de vie){% endif %}{% if address.phone %}{{ address.phone|phone }} {% endif %} {% if address.comment %}{{ address.comment }} {% endif %} | |
{% if contact.gender == 1 %}M.{% elif contact.gender == 2 %}Mme{% endif %}{{ contact.first_name }} {{ contact.last_name }}{% if object.policyholder.id == contact.id %}(Assuré){% endif %}{% if contact.id == object.id %} (PATIENT){% endif %} |
{% include "dossiers/patientrecord_tab3_contact.html" %}
|