{% extends "master.html" %} {% block title %}Query - PhyloCommons{% endblock %} {% block leftmenu %} {% include "tree_menu.html" %} {% endblock %} {% block nav-query %}class="active"{% endblock %} {% block content %} {% if tree_list %}
{% csrf_token %} {% for k, v in form_fields.items %} {% endfor %} {% for tree_id, match_count in tree_list %} {% endfor %}
TreeMatches
{{tree_id}} {{match_count}}/{{max_match_count}}
{% endif %} {% endblock %}