{% extends 'base.html' %} {% block content %}

Clustering

{# Below indicates whether clustering already completed #} {% include "flash_header.html" %} {# Below is the form. #} {% with superForm=clustering_form %} {% include "superform.html" %} {% endwith %}
{% endblock %} {% block status %} {% include "progress.html" %} {% endblock %} {% block javascript %} {% endblock %}