{% extends 'spectator_core/base.html' %} {% block head_page_title %}Creators{% endblock %} {% block content_title %}Creators{% endblock %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %} {% if individual_count > 0 or group_count > 0 %} {% endif %} {% if creator_list|length > 0 %} {% if page_obj|default:False and page_obj.number > 1 %} {% include 'spectator_core/includes/pagination.html' with page_obj=page_obj only %} {% endif %} {% include 'spectator_core/includes/pagination.html' with page_obj=page_obj only %} {% else %}

There are no {% if creator_kind == 'group' %}groups{% else %}people{% endif %} to display.

{% endif %} {% endblock content %}