{% extends "minibase.html" %} {% block body %}

Phenotype testing report

{% for skipped in issue_to_count %} {% endfor %}
Code Reason Count
{{ skipped.code }} {{ skipped.reason }} {{ skipped.count }}
Performed statistical tests for {{ tested_hpo_count }} out of the total of {{ total_hpo_count }} HPO terms.
{% endblock %}