{% load static %} {% load static %} {% load custom_tags %} {% include "chlamdb/header.html" %}
{% include "chlamdb/menu.html" %}
{% csrf_token %} {{ form.as_p }}
{% if envoi %}
{% for label in ordered_labels_keep%} {% endfor %} {% for taxon in ordered_taxons_keep %} {% for label in ordered_labels_keep%} {% with locus2taxon2locus_closest|keyvalue:label as taxon2locus_closest %} {% with taxon2locus_closest|keyvalue:taxon as hitlocus %} {%if hitlocus != None%} {%else%} {%endif%} {%endwith%} {% endwith %} {% endfor %} {% endfor %}
Genome{{label}}
{{taxon2genome|keyvalue:taxon}}{{hitlocus}}
{% endif %}
{% include "chlamdb/style_menu.html" %}