{% for column in region_data.columns %} {% endfor %} {% for index, row in region_data.iterrows() %} {% for col in region_data.columns %} {% endfor %} {% endfor %}
{{ column }} Annotation figure
{{ row[col] }}
{% set plot_key = (row['Region'], row['Contig']) %} {% if plots[plot_key] %} {{ plots[plot_key].script | safe }} {{ plots[plot_key].div | safe }} {% else %}
No data.
{% endif %}