{% extends "master.html" %} {% block title %}List of Trees - PhyloCommons{% endblock %} {% block leftmenu %} {% include "tree_menu.html" %} {% endblock %} {% block nav-trees %}class="active"{% endblock %} {% block content %} {% if form %} {% endif %} {% if tree_list %} {% for tree_id, count in tree_list %} 1 %} class="warning"{% elif max_match_count %} class="error"{% endif %}> {% endfor %}
{{tree_id}}{% if max_match_count %} (matched {{ count }}/{{max_match_count}}){% endif %} Details {% if form.taxa.value and count > 1 %} View these taxa in tree viewer {% endif %}
{% else %}

No trees were found. Try a different search. (Note that searches are case sensitive.)

{% endif %} {% endblock %}