{% extends "base/base.html" %} {% load static %} {% load custom_tags %} {% block title %} Cluster {{ clusterId }} for {{ question_label }} V{{ version }} Page {{ page_num }} ({{ papers|length }} items) {% endblock title %} {% block page_heading %} Clustered Papers for {{ question_label }} V{{ version }} Page {{ page_num }} ({{ papers|length }} items) {% endblock page_heading %} {% block main_content %} {% include "../base/alert_messages.html" with messages=messages %}