{% trans "Paid amount:" %} {% blocktrans with amount=invoice.paid_amount|floatformat:"2" %}{{ amount }}€{% endblocktrans %}
{% endif %}
{% if invoice.remaining_amount or invoice.total_amount == 0 %}
{% if not invoice.paid_amount and not pool and not invoice.collection and user_can_invoice %}
{% trans "Remaining amount:" %} {% blocktrans with amount=invoice.remaining_amount|floatformat:"2" %}{{ amount }}€{% endblocktrans %}