{% 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 cluster_name=cluster_to_name|get_item:clusterId %} {% endwith %} {% with priority=cluster_to_priority|get_item:clusterId %} {% endwith %} {% endfor %}
Preview # Merged ClusterId Cluster Name # 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 }} {% with cluster_label=cluster_id_to_label|get_item:clusterId %} {% if cluster_label %}{{ cluster_label }}{% endif %} {% endwith %}
{% if cluster_name %} {{ cluster_name }} {% else %} Unnamed {% endif %}
{{ count }} {% if priority %} {{ priority }} {% else %} Unset {% endif %} {% include "QuestionClustering/fragments/clustering_tag_cell.html" with task_id=task_id clusterId=clusterId tags=cluster_to_tags|get_item:clusterId %} View members
{% if unclustered_papers %}
Unclustered papers {{ unclustered_papers|length }}
Review unclustered papers
{% endif %}
{% endblock main_content %}