Revision ea636f76
Added by Mikaël Ates over 13 years ago
| calebasse/facturation/templates/facturation/base.html | ||
|---|---|---|
|
|
||
|
{% block header %}
|
||
|
{{ block.super }}
|
||
|
<span>{% if service_name == "CMPP" %}Facturation{% else %}Décompte{% endif %} - {{ service_name }}</spam>
|
||
|
<span>{% if service_name == "CMPP" %}Facturation{% else %}Décompte{% endif %} - {{ service_name }}</span>
|
||
|
{% endblock %}
|
||
Also available in: Unified diff
Fix html typo.