| Dataset | Username | Changepoint Index | {% for ann in annotations %}
|---|---|---|
| {{ ann.task.dataset.name }} | {{ ann.task.user.username }} | {% if ann.cp_index is none %}No CP{% else %}{{ ann.cp_index }}{% endif %} |
{% extends "base.html" %} {% block app_content %}
| Dataset | Username | Changepoint Index | {% for ann in annotations %}
|---|---|---|
| {{ ann.task.dataset.name }} | {{ ann.task.user.username }} | {% if ann.cp_index is none %}No CP{% else %}{{ ann.cp_index }}{% endif %} |