{% 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 %}{{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 %} |
Results {{low_result}}-{{high_result}} of {{total_results}}.
No trees were found. Try a different search. (Note that searches are case sensitive.)
{% endif %} {% endblock %}