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

{% block title %}Payments to refund{% endblock %}

{% include 'refunding/elements_list.html' with elements=payments %} {% endblock %}