{% load i18n leprikon_tags sekizai_tags thumbnail %}
{{ object.full_name }}
{% if object.photo %}
{% endif %} {{ object.description | safe }} {% for group in object.get_subjects_by_types %} {% if group.subjects|filter_current_school_year:request.school_year %}
{% for subject in group.subjects|filter_current_school_year:request.school_year %} {{ subject.name }}
{% endfor %}
{% endif %} {% endfor %} {% if object.all_public_contacts %}
{% for contact in object.all_public_contacts %}
{{ contact.contact }}
{% endfor %}
{% endif %} {% if object.page %}

{% trans 'More information' %}: {{ object.page.get_title }}

{% endif %} {% if object.photo %}
{% endif %}
{% include 'leprikon/static/ekko-lightbox.html' %} {% addtoblock 'js' %} {% endaddtoblock %}