{% block table %}
{% if messages['downloads']['sites'] != 'disabled' or messages['downloads']['snps'] != 'disabled' %}
{% endif %} {% if messages['downloads']['sites'] == 'disabled' %}
{%- else -%}
{% if 'tfs' in messages['table_tfbs'][0] %} {% endif %} {% for line in messages['table_tfbs'] %} {% if 'tfs' in line %} {% endif %} {% endfor -%}
Table of the coordinates of the regulatory sites
Site Chromosome Start EndTFs
{{ line['group'] }} {{ line['chromosome'] }} {{ line['start'] }} {{ line['end'] }}{{ line['tfs'] }}
{%- endif -%}
{% if messages['downloads']['snps'] == 'disabled' %}
{%- else -%}
{% for line in messages['table_snp'] %} {% endfor -%}
Table of the ten most significant {{ messages['table_snp'][0]['dataset'] }} SNPs
SNP Chromosome Position P-Value
{{ line['snp_id'] }} {{ line['chromosome'] }} {{ line['position'] }} {{ line['p_value'] }}
{%- endif -%}
{% endblock %}