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