{% 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. We will inform You.{% endblocktrans %}

{% endif %}

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

{{ site.name }}