{% extends "base.html" %} {% load display %} {% block css %} {% endblock %} {% block js %} {% endblock %} {% block content %} {% with cluster.topics.all as candidates %}
Return to cluster list {% if next_cluster_url %} Skip this cluster {% endif %}

{% for candidate in candidates %}

{{ candidate }}

View details
{% endfor %}
{% csrf_token %}

Mark items to be merged after reviewing their details. Select 'Continue' to preview the resulting merged topic before completing the process.

If none of these items should be combined, delete the cluster.

{% for candidate in candidates %} {% endfor %}
{% endwith %} {% endblock %}