{% load i18n %}
{% blocktrans asvar text %}Hello, thank You for submitting registration.{% endblocktrans %}{{ text|linebreaks }}
{% include 'leprikon/registration_mail_details.html' %}{% 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 %} {% include 'leprikon/registration_mail_footer.html' %}