{% extends "base/base.html" %} {% load static %} {% load custom_tags %} {% block title %} Cluster groups for {{ question_label }} v{{ version }} Page {{ page_num }} {% endblock title %} {% block page_heading %} Cluster groups for {{ question_label }} v{{ version }} Page {{ page_num }} {% endblock page_heading %} {% block main_content %}
Return to question clustering jobs page
selected
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% include "../base/alert_messages.html" with messages=messages %}
{% csrf_token %} {% for clusterId, count in cluster_groups %} {% with priority=cluster_to_priority|get_item:clusterId %} {% endwith %} {% endfor %}
Preview # Merged ClusterId # Members Priority Tags Actions  
{% with papers=cluster_to_paper_map|get_item:clusterId %} {% if papers %} {% with pn=papers.0 %} cluster {{ clusterId }} {% endwith %} {% endif %} {% endwith %} {% with count=merged_count|get_item:clusterId %}{{ count }}{% endwith %} {{ clusterId }} {{ count }} {% if priority %} {{ priority }} {% else %} Unset {% endif %} {% include "QuestionClustering/fragments/clustering_tag_cell.html" with clusterId=clusterId tags=cluster_to_tags|get_item:clusterId question_idx=question_idx version=version %} View members
{% endblock main_content %}