Project

General

Profile

« Previous | Next » 

Revision 8920fc06

Added by Mikaël Ates over 12 years ago

facturation: move parenthesis into if statement.

View differences:

calebasse/facturation/templates/facturation/index.html
19 19
            à partir du {{ current.start_date }}
20 20
            {% else %}
21 21
            trimestre du {{ current.start_date }} au {{ current.end_date }}
22
                ({% if current.status == "validated" %}Validé{% endif %})
22
                {% if current.status == "validated" %}(Validé){% endif %}
23 23
            {% endif %}
24 24
        </li>
25 25
    {% endif %}

Also available in: Unified diff