{% endif %}
{% endwith %}
{% with persons=category.get_persons %}
{% if persons %}
{% trans "Related persons" %}
{% for person in persons %}
{% if person.extended_object.publisher_is_draft %}
{% include "courses/cms/fragment_person_glimpse.html" %}
{% elif person.check_publication %}
{% include "courses/cms/fragment_person_glimpse.html" %}
{% endif %}
{% endfor %}