{% extends "base.html" %} {% import "partials/macros.html" as m %} {% block title %}{{ release.title }} -- ProducerOS{% endblock %} {% block page_heading %}{{ release.title }}{% endblock %} {% block content %}
Project: {{ project.working_title }} · {{ release.release_type.value.replace("_"," ") }}
{{ m.readiness_badge(release.readiness_status) }}{{ result.detail }}
{% endif %} {% if result.recommended_action %}Recommended: {{ result.recommended_action }}
{% endif %} {% if result.status.value == "blocking" %} {% endif %}No checks in this category.
{% endfor %}