{% load static %} {% load static %} {% get_static_prefix as STATIC_PREFIX %}
{% if not no_tree %}
Orthogroups:
Orthogroup
Genes
Products
Cogs
Pfam
{% for value in match_groups_data %}
{{value.0}}
{{value.1}}
{{value.2|safe}}
{{value.3|safe}}
{{value.4|safe}}
{{value.5|safe}}
{% endfor %}
{% else %} No tree for {{orthogroup}} {% endif %}