{% extends "base.html" %} {% block title %} Paiement {{ id }} {% endblock title %} {% block main %}

Retour aux paiements

{% if error %}
{{ error }}
{% endif %} {% if not payment %} Le paiement n’a pas été trouvé. {% else %}

Modification

{% set user_id = form.user_id or payment.user_id %} {% set category_id = form.category_id or payment.category_id %} {% set date = form.date or payment.date %} {% if payment.frequency == "Punctual" %} {% else %} {% endif %}

Suppression

{% endif %}
{% endblock main %}