{% load i18n leprikon_tags qr_code %}

{% blocktrans asvar text %}Hello, thank You for submitting registration.{% endblocktrans %}{{ text|linebreaks }}

{% include 'leprikon/registration_mail_details.html' %}

{% trans 'Price' %}: {{ object.current_receivable | currency }}

{% if site.payment_gateway %}

{% trans 'Please, use following link to perform online payment' %}:
{{ object.payment_url }}

{% endif %} {% if object.organization.bank_account %}

{% trans 'Please, use following information for bank transfer' %}:
{% trans 'Bank account' %}: {{ object.organization.bank_account }}
{% trans 'Variable symbol' %}: {{ object.variable_symbol }}

{% trans 'Or You may use following QR code to scan the payment details to your mobile banking application' %}:

{% endif %} {% if not site.payment_gateway and not object.organization.bank_account %}

{% trans 'Currently we only accept payments in cash.' %}

{% endif %}

{% trans 'If You have already made the payment recently, please ignore this message.' %}

{% include 'leprikon/registration_mail_footer.html' %}