{% extends "layouts/base.html" %} {% block title %} {{ release.project.display_name }} {{ version_name }} ~ ATR {% endblock title %} {% block description %} Review page for the {{ release.project.display_name }} {{ version_name }} candidate. {% endblock description %} {% import 'macros/dialog.html' as dialog %} {% block stylesheets %} {{ super() }} {% endblock stylesheets %} {% block content %} {% set phase = release.phase.value %}
← Back to Select a release {% if phase == "release_candidate_draft" %} ① COMPOSE → ② {% else %} ① → ② VOTE {% endif %} → ③
{% if phase == "release_candidate_draft" %}Manage the candidate draft for {{ release.project.display_name }} {{ version_name }}. Add files, review checks, and promote when ready.
{% else %}The {{ release.committee.display_name }} committee is currently voting on the release candidate for {{ release.project.display_name }} {{ version_name }}. This page allows you to review the automated checks run on the files in the release.
{% endif %} {% include "check-selected-release-info.html" %} {% if ongoing_tasks_count > 0 %}