Project

General

Profile

« Previous | Next » 

Revision ae19f2b7

Added by Jérôme Schneider over 11 years ago

dossiers: toggle every social security contact informations

Closes #4377

View differences:

calebasse/dossiers/templates/dossiers/patientrecord_tab3_adresses.html
</li>
{% endif %}
</ul>
<div id="social-security-contact">
<label id="social-security-label">Données d'assuré social [+]</label>
<div class="social-security-contact">
<label class="social-security-label">Infos d'assuré [+]</label>
<ul>
{% if object.social_security_id %}
<li><label>Numéro d'assuré social :</label>
......
{{ contact.contact_comment }}
</li>
{% endif %}
<li><label>Données d'assuré social</label>
<!-- <button class="blind">détails</button>-->
<div class="social-security-contact">
<label class="social-security-label">Infos d'assuré [+]</label>
<ul>
{% if contact.social_security_id %}
<li><label>Numéro d'assuré social :</label>
......
{{ contact.twinning_rank }}</li>
{% endif %}
</ul>
</li>
</div>
</ul>
</div>
</div>
......
{{ contact.contact_comment }}
</li>
{% endif %}
<li><label>Données d'assuré social</label>
<!-- <button class="blind">détails</button> -->
<span class="social-security-contact">
<label class="social-security-label">Infos d'assuré [+]</label>
<ul>
{% if contact.social_security_id %}
<li><label>Numéro d'assuré social :</label>
......
{{ contact.twinning_rank }}</li>
{% endif %}
</ul>
</li>
</div>
</ul>
</div>
</span>
</div>
{% endif %}
{% endfor %}

Also available in: Unified diff