{% load static %} {% load static %} {% get_static_prefix as STATIC_PREFIX %} {% load custom_tags %} {% include "chlamdb/header.html" %}
{% include "chlamdb/menu.html" %} {% if envoi_comp %}
{% for entry in header %} {% endfor %} {% for taxon in taxons %} {% endfor %} {% for line in entries %} {% for value in line %} {% endfor %} {% endfor %}
{{entry|safe}}
{{ taxon}}
{{value|safe}}
{% endif %}