Data on each organism will be accessible from the tabs above.
{% for (record, data) in annotation_table_data %}
{% for col in annotation_table_col_names %} {% endfor %} {% for row in data %} {% for col in row %} {% endfor %} {% endfor %}
{{ col[0] }}
{% if col is not string %}
    {% for val in col %}
  • {{ val }}
  • {% endfor %}
{% else %}{{ col }}{% endif %}
{% endfor %}