atr/templates/check-selected.html [35:48]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% if phase == "release_candidate_draft" %}
①
COMPOSE
→
②
{% else %}
①
→
②
VOTE
{% endif %}
→
③
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
atr/templates/report-selected-path.html [20:33]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% if phase == "release_candidate_draft" %}
①
COMPOSE
→
②
{% else %}
①
→
②
VOTE
{% endif %}
→
③
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -