💰 Payment Reminder

Dear Customer,

This is a reminder for the following invoice:

Invoice Details

Invoice number: {{ invoice.numero }}
Issue date: {{ invoice.data.strftime('%d/%m/%Y') }}
Due date: {{ payment.data_scadenza.strftime('%d/%m/%Y') }}
â‚Ŧ {{ "%.2f"|format(payment.importo_da_pagare) }}
{% if days_to_due < 0 %}
âš ī¸ ATTENTION: The payment is {{ -days_to_due }} days overdue. Please arrange settlement as soon as possible.
{% elif days_to_due == 0 %}
⏰ DUE TODAY: The payment falls due today. Kindly proceed with the transfer.
{% elif days_to_due <= 3 %}
📅 The payment is due in {{ days_to_due }} days.
{% else %}
â„šī¸ The payment is due in {{ days_to_due }} days.
{% endif %} {% if payment.istruzioni_pagamento %}
Payment instructions:

{{ payment.istruzioni_pagamento }}

{% endif %}
View invoice

Kind regards,
{{ company_name }}