{% include 'header.html' %}
Observations
{{ repo_id }}
Observation Key
# Observations
{% for row in data %}
{{ row['observation_key'] }}
{{row['observations']}}
{% endfor %}
{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}