{% block table %}
{% if messages['downloads']['sites'] == 'disabled' %}
{%- else -%}
{% if 'tfs' in messages['table'][0] %} {% endif %} {% for line in messages['table'] %} {% if 'tfs' in line %} {% endif %} {% endfor -%}
Table with the coordinates of the regulatory sites
Site Chromosome Start EndTFs
{{ line['group'] }} {{ line['chromosome'] }} {{ line['start'] }} {{ line['end'] }}{{ line['tfs'] }}
{%- endif -%}
{% endblock %}