{% load i18n %}{% blocktrans %}Hello,
thank You for submitting registration.{% endblocktrans %}{% if object.subject.full %}
{% blocktrans with subject_type=object.subject.subject_type.name_genitiv %}Unfortunately, the capacity of this {{ subject_type }} has already been filled.
The registration may not be approved.{% endblocktrans %}{% endif %}
{% blocktrans %}We will inform you about its further processing.{% endblocktrans %}{% if self.all_attachments %}
{% trans 'See attached files for futher information.' %}{% endif %}

{% trans 'You may check the current status of your registrations and payments using following link:' %}
https://{{ site.domain }}{% url 'leprikon:registration_list' %}

{{ site.name }}
