{% extends "base.html" %} {% block title %}Sraosha — Run {{ run.id | string | truncate(8, true, '') }}{% endblock %} {% block breadcrumbs %}
{{ run.id }}
{% endblock %} {% block content %}{{ run.error_message }}
| Check | Field | Message |
|---|---|---|
| {{ f.check or "—" }} | {{ f.field or "—" }} | {{ f.message or "—" }} |
{{ run.run_log }}
Showing filtered lines; copy uses the full log.
{% else %}