Revision ea6929fc
Added by Jérôme Schneider almost 12 years ago
| calebasse/dossiers/templates/dossiers/patientrecord_tab3_adresses.html | ||
|---|---|---|
|
<li><label>Lien avec le patient :</label>
|
||
|
{{ object.parente }}</li>
|
||
|
{% endif %}
|
||
|
{% if object.parental_authority %}
|
||
|
<li><label>Garde parental :</label>
|
||
|
{{ object.parental_authority }}</li>
|
||
|
{% endif %}
|
||
|
{% if object.mobile %}
|
||
|
<li>
|
||
|
<span class="icon-user-space">{{ object.mobile }} (perso)</span>
|
||
Also available in: Unified diff
dossiers: add parental_authority to address tab
Closes #4376