{% extends 'base.html' %} {% load l10n %} {% block content %}

{% block title %}Paiements à rembourser{% endblock %} {% if user.is_authenticated and perms.refunding.add_payment %}
{% endif %}

{% include 'refunding/elements_list.html' with elements=payments %} Afficher uniquement les paiements déjà remboursés {% endblock %}