{% extends 'base.html' %} {% block content %}
Choose cluster result to run PSTS

Pseudo-time-space analysis

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