{% extends 'base.html' %} {% block content %} {% if initial_dm_length != filtered_dm_length %}
Warning: Some samples were filtered from the input distance matrix
because they were missing metadata values.
The input distance matrix
contained {{ initial_dm_length }} samples but {{ method }} was computed on
only {{ filtered_dm_length }} samples.
{% endif %}