{% load i18n leprikon_tags qr_code %}

{% blocktrans %}Hello,
thank You for submitting registration.{% endblocktrans %}

{{ object.subject.subject_type.name | first_upper }}: {{ object.subject.name }}
{% trans 'Participant' %}: {{ object.participant }}
{% trans 'Price' %}: {{ object.current_receivable | currency }}

{% if site.bank_account %}

{% 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' %}:

{% else %}

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

{% endif %}

{% trans 'Use the link below to see and manage your registrations and payments:' %}
https://{{ site.domain }}{% url 'leprikon:registration_list' %}

{{ site.name }}