{% extends "layout_bs4.html" %} {% block css %} {{ super() }} {% endblock %} {% block top_nav %} {% endblock %} {% block content_main %}
HPO terms
{% if phenotypes|length == 0 %} The search didn't return any phenotype term {% else %} {% for pheno in phenotypes %} {% endfor %}
HPO term Phenotype description Number of associated genes
{{ pheno.hpo_id }} {{ pheno.description }} {{pheno.genes|length}}
{% endif %}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}