{% include '_header.html' %}
Observations
Repo ID
# Observations
{% for row in data %}
{{ row['_repo_id'] }}
{{ row['observations'] }}
{% endfor %}
{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}