{% extends frame.html %} {% block body %}

{{build_step.capitalize()}} Build {{build_row['build_id']}}

{% raw xsrf_form_html() %}

{% if build_step == 'deploy' %} Live version now:
{{(live_build and live_build['version']) or 'Not Live'}}
Deploying version:
{{build_row['version']}}
{% elif build_step == 'revert' %} Live version now:
{{build_row['version']}}
Deploying version:
{{build_row['previous_version']}}
{% end %}



Cancel

{% end %}