forked from DGNum/gestioCOF
Remove obsolete section
This commit is contained in:
parent
4060730ec5
commit
6b316c482b
1 changed files with 0 additions and 6 deletions
|
@ -54,12 +54,6 @@
|
||||||
{% if account.negative.start %}
|
{% if account.negative.start %}
|
||||||
<li>Depuis le <b>{{ account.negative.start|date:"d/m/Y à H:i" }}</b></li>
|
<li>Depuis le <b>{{ account.negative.start|date:"d/m/Y à H:i" }}</b></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<li>
|
|
||||||
Plafond :
|
|
||||||
<b>{{ account.negative.authz_overdraft_amount|default:kfet_config.overdraft_amount }} €</b>
|
|
||||||
jusqu'au
|
|
||||||
<b>{{ account.negative.authz_overdraft_until|default:account.negative.until_default|date:"d/m/Y à H:i" }}</b>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue