{% load i18n leprikon_tags qr_code %}
{% blocktrans asvar text %}Hello, thank You for submitting registration.{% endblocktrans %}{{ text|linebreaks }}
{{ object.subject.subject_type.name | first_upper }}: {{ object.subject.name }}
{% trans 'Participant' %}: {{ object.participant }}
{% trans 'Price' %}: {{ object.current_receivable | currency }}
{% trans 'Please, use following link to perform online payment' %}:
{{ object.payment_url }}
{% trans 'Please, use following information for bank transfer' %}:
{% trans 'Bank account' %}: {{ site.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' %}:
{% trans 'Currently we only accept payments in cash.' %}
{% endif %}
{% trans 'If You have already made the payment recently, please ignore this message.' %}
{% trans 'You may check the current status of your registrations and payments using following link:' %}
https://{{ site.domain }}{% url 'leprikon:registration_list' %}
{{ site.name }}