{% extends "base.html" %} {% block title %}Annotate Criteria for {{ repo.uid }}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}



What do you think about {{ repo.uid }}

{{ repo.description }}

If you don't know an answer, don't answer it!


{% for set in sets %}{% endfor %}
Question Your Response
{{ set.name }} {% for option in set.options %} {% endfor %}

database: {{ database }}

{% endblock %} {% block footer %} {{ super() }} {% endblock %}