{% extends "base.html" %} {% from "_macros.html" import pass_rate_badge, submission_badge, submission_badge_dual, score_view_toggle, status_badge, download_icon %} {% block title %}{{ sub.round_label }} · {{ run.run_id }} · SForge{% endblock %} {% block content %}
| Status | Test | Detail |
|---|---|---|
| {{ status_badge(t.status) }} | {{ t.name }} | {% if t.status in ("FAILED", "ERROR") %} {% endif %} |
loading... |
||