{% extends "base.html" %} {% block title %}vezir — session {{ row.id }}{% endblock %} {% block content %}
scribed by {{ row.github }} at {{ row.created_at }}
{# Derive a "local-only" UI state: the job completed but the user opted #} {# out of sync at upload time, so artifacts are on the vezir server but #} {# never pushed to the configured destination repo. The retroactive #} {# /session/Status: {% if is_local_only %} local-only {% else %} {{ row.status }} {% endif %}
{% if row.status == 'needs_labeling' %} {% endif %} {% if is_local_only %} {% endif %} {% if row.error %}{{ row.error }}