{% extends 'base-with-sidebar.html' %} {% load widget_tweaks %} {% load staticfiles %} {% load custom_tags %} {% block title %}Cluster visualisation{% endblock %} {% block content-center %}

Highlights

Ordination of {{ db_type }} {% if current_ordination.dm.database %} {{ current_ordination.dm.database.name }} {% else %} {{ current_ordination.dm.tmpdb.name }} {% endif %} using {{ current_ordination.method }} annotated by {{ viewas.username }},

{% endblock %} {% block modal-dialog %} {% include 'partials/modal.html' with order='yes-no' yes='Set' no='Dismiss' %} {% endblock %} {% block scripts %} {% debug_mode as is_in_debug_mode %} {% if is_in_debug_mode %} {% else %} {% endif %} {% endblock %}