{% extends "master.html" %} {% block title %}{{tree_id}} - PhyloCommons{% endblock %} {% block nav-trees %}class="active"{% endblock %} {% block leftmenu %} {% include "tree_menu.html" %} {% endblock %} {% block content %} {% if taxa %} {% endif %} {% for cite in citation %} {% endfor %}
URI {{tree_uri}}
Download {% for format in formats %} {{format}} {% endfor %} list of taxa
Labeled taxa{{taxa}}
Citation{{cite}}
Tree Viewer Open in tree viewer
Query Create a subtree from members of this tree
{% if obj_info %} {% for v_uri, v_label, o_uri, o_label in obj_info %} {% endfor %}
PropertyValue
{% if 'http://' in v_uri or 'https://' in v_uri %}{{ v_label }}{% else %}{{ v_label }}{% endif %} {% if 'http://' in o_uri or 'https://' in o_uri %}{{ o_label }}{% else %}{{ o_label }}{% endif %}
{% endif %} {% endblock %}