{% load i18n leprikon_tags %}
{% for reg in registrations %}
{% trans 'registration' %}: {{ reg }}
{% endfor %}
{% trans 'fill in the registration form' %}
{{ registration_message }}
{% if subject.full %}{% trans 'The capacity is full.' %}{% endif %}
{% if registration_start_in or registration_end_in %}
{% endif %}