Revision 31de4453
Added by Frédéric Péters about 13 years ago
| calebasse/facturation/templates/facturation/detail.html | ||
|---|---|---|
|
|
||
|
<div id="facturation-contents">
|
||
|
{% if days_not_locked %}
|
||
|
<h3>Jours non vérouillés</h3>
|
||
|
<h3>Jours non verrouillés</h3>
|
||
|
<ul>
|
||
|
{% for day in days_not_locked %}
|
||
|
<li><a href="../../agenda/{{ day.year }}-{{ day.month }}-{{ day.day }}/validation-des-actes">{{ day.day }}/{{ day.month }}/{{ day.year }}</a></li>
|
||
| calebasse/facturation/templates/facturation/index.html | ||
|---|---|---|
|
{% block appbar %}
|
||
|
<h2>{% if service_name == "CMPP" %}Facturation{% else %}Décompte{% endif %}</h2>
|
||
|
<a href="../..">Retourner à l'accueil</a>
|
||
|
<button id="new-dossier">Jours non vérouillés</button>
|
||
|
<button id="new-dossier">Jours non verrouillés</button>
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block content %}
|
||
Also available in: Unified diff
spelling fix