alpes-maritimes-2018: show payment's links in sidebar (#58044)

Also #57883.
This commit is contained in:
Benjamin Dauvergne 2021-10-21 11:01:41 +02:00
parent 52574092fb
commit 0716bdb4d4
1 changed files with 12 additions and 0 deletions

View File

@ -39,4 +39,16 @@ Par : <strong>{{ fiche.evolution.0.who.name }}</strong></p>
</div>
<!-- Fin Gestion des inscriptions -->
<!-- Gestion des paiements -->
<div class="links-list">
<h3>Paiements</h3>
<p>
<ul>
<li style="text-align: center;"><a href="{{ eservices_url }}backoffice/data/reglement/?filter-user-uuid={{ name_id }}&keep-view-filters=on">Règlements</a></li>
<li style="text-align: center;"><a href="{{ eservices_url }}backoffice/data/remboursement/?filter-user-uuid={{ name_id }}&keep-view-filters=on">Remboursements</a></li>
</ul>
</p>
</div>
<!-- Fin Gestion des paiements -->
{% endif %}