{%if use_gene_annotations %}
{% for motif in motifs_dump %}
{{motif.id}} | {{motif.name}} | {{'%.2f' % motif.support_p}}% | {{'%.2f' % motif.support_n}}% | {{'%.2f' % motif.ratio}} | {{'%1.2e' % motif.pvalue}} | {{'%1.2e' % motif.qvalue}} | {{'%.2f' % motif.central_enrichment}} |  |  | list of regions | genes list |
{% endfor %}
{% else %}
{% for motif in motifs_dump %}
{{motif.id}} | {{motif.name}} | {{'%.2f' % motif.support_p}}% | {{'%.2f' % motif.support_n}}% | {{'%.2f' % motif.ratio}} | {{'%1.2e' % motif.pvalue}} | {{'%1.2e' % motif.qvalue}} | {{'%.2f' % motif.central_enrichment}} |  |  | list of regions |
{% endfor %}
{% endif %}