{% load i18n leprikon_tags qr_code %} {{ object.text_registration_payment_request }} {% include 'leprikon/registration_mail_details.html' %} {% if object.courseregistration %} {% for pps in object.period_payment_statuses %} {% if pps.status.amount_due %}
{% trans 'Period' %}: {{ pps.period.name }}, {% trans 'Amount due' %}: {{ pps.status.amount_due | currency }}, {% trans 'Due date' %}: {{ pps.status.due_date }}
{% endif %} {% endfor %} {% else %}{% trans 'Amount due' %}: {{ object.payment_status.amount_due | currency }}, {% trans 'Due date' %}: {{ object.payment_status.due_date }}
{% endif %} {% if site.payment_gateway %}
{% trans 'Please, use following link to perform online payment' %}:
{{ object.payment_url }}
{% trans 'Please, use following information for bank transfer' %}:
{% trans 'Bank account' %}: {{ object.organization.bank_account }}
{% trans 'Variable symbol' %}: {{ object.variable_symbol }}
{% trans 'You may use following QR code to scan the payment details to your mobile banking application' %}:
{% trans 'Currently we only accept payments in cash.' %}
{% endif %} {% include 'leprikon/registration_mail_footer.html' %}