{% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% block styles %} {{ super() }} {% endblock %} {% block app_content %}

View Annotations

{{ wtf.quick_form(form) }}

Download as CSV

{% 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 %} {% block scripts %} {{ super() }} {% endblock scripts %}