{% 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 %}
| Preview | # Merged | ClusterId | Cluster Name | # Members | Priority | Tags | Actions | ||
|---|---|---|---|---|---|---|---|---|---|
|
{% with papers=cluster_to_paper_map|get_item:clusterId %}
{% if papers %}
{% with pn=papers.0 %}
|
{% 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 %} | {% with cluster_name=cluster_to_name|get_item:clusterId %}
{% if cluster_name %}
{{ cluster_name }}
{% else %}
Unnamed
{% endif %}
|
{% endwith %}
{{ count }} | {% with priority=cluster_to_priority|get_item:clusterId %}{% if priority %} {{ priority }} {% else %} Unset {% endif %} | {% endwith %}{% include "QuestionClustering/fragments/clustering_tag_cell.html" with task_id=task_id clusterId=clusterId tags=cluster_to_tags|get_item:clusterId %} | View members |