{% if gift is not empty %} {% set inv_accepted_count = 0 %} {% for inv in gift.invitation %} {% if inv.vUser.id == vUser.id and inv.confirmedAt is not empty %} {% set inv_accepted_count = inv_accepted_count+1 %} {% endif %} {% endfor %} {% include 'partials/_subheader.html.twig' with { giftId: gift.id } %} {% include 'partials/_steps.html.twig' with { giftId: gift.id, vUser: vUser } %}
No Payments
{% else %}| {% set arrow_right = '' %} {% if payment.balance < 0 %} {{ app.user.username }} {{ arrow_right|raw }} {{ payment.username }} {% else %} {{ payment.username }} {{ arrow_right|raw }} {{ app.user.username }} {% endif %} | {{ payment.balance|price_format }} |