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" %} {% import 'bootstrap/wtf.html' as wtf %} {% block styles %} {{ super() }} {% endblock %} {% 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 %} |