{% extends "base.html" %} {% load static %} {% block title %} - Vet Observations {% endblock %} {% block css %} {% endblock css %} {% block content %} {% if obs_ids %}

Observation 1 of

{% endif %}
{% if not obs_ids %}

No completed observations with waterfall to vet. Check your search parameters and your vetting permissions and try again. Back to the observations search.

{% endif %}
{{ obs_ids|json_script:"obs-ids" }} {% endblock content %} {% block javascript %} {% endblock javascript %}