{% extends "base.html" %} {% block app_content %}

View Annotations

{% 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 %}