{% extends "base.html" %} {% from "_macros.html" import status_badge %} {% block title %}DCF Dashboard — {{ name }}{% endblock %} {% block content %} ← Back to overview
Current version v{{ detail.version }} · published {{ detail.published_at }}
{{ detail_json }}
{% endif %}
| Validated At | Status | Rows | Version |
|---|---|---|---|
| {{ r.validated_at }} | {{ status_badge(r.overall_status) }} | {{ r.row_count if r.row_count is not none else "—" }} | v{{ r.contract_version }} |
No validation results for this contract yet.
{% endif %}