{% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %}

View Annotations

{{ wtf.quick_form(form) }}
{% for ann in annotations %} {% endfor %}
Dataset Username Changepoint Index
{{ ann.task.dataset.name }} {{ ann.task.user.username }} {% if ann.cp_index is none %}No CP{% else %}{{ ann.cp_index }}{% endif %}
{% endblock %}