{% extends "base.html" %} {% block page_content %}
{{ form.hidden_tag() }}
{% for obs_id in obs_id_choices %}


{% if result != None %}

Your selection: {{ form.data.obs_id }}

{% else %} Nothing selected. {% endif %} {% endblock %}