{% blocktrans with subject_type=form.instance.subject.subject_type.name_genitiv %}The capacity of this {{ subject_type }} has already been filled. You may register anyway, but the registration may not be approved. We will inform You.{% endblocktrans %}
{% endif %}
{% if form.errors %}
{% trans 'Please correct the highlighted errors below.' %}
{% endif %}
{% for error in form.non_field_errors %}