{# 1er reçu #}
{% include 'student/templating/receipt_content.html.twig' with {
std: std,
sub: sub,
payments: payments,
installments: installments,
year: year
} %}
{# 2e reçu (identique) #}
{% include 'student/templating/receipt_content.html.twig' with {
std: std,
sub: sub,
payments: payments,
installments: installments,
year: year
} %}