{% extends "layout.html" %} {% block top_nav %}
  • {% endblock %} {% block content_main %}
    {{ search_form() }}
    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 %} {% macro search_form() %}
    {% endmacro %}