{% load i18n leprikon_tags qr_code %}
{% trans 'Please, use following information for bank transfer' %}:
{% trans 'Bank account' %}: {{ reg.organization.bank_account }}
{% trans 'Variable symbol' %}: {{ reg.variable_symbol }}
{% trans 'Or You may use following QR code to scan the payment details to your mobile banking application' %}:
{% qr_from_text reg.spayd border=1 %}
{% trans 'Currently we only accept payments in cash.' %}
{% endif %} {% endif %}