{%extends "base.html"%} {%block header_tag%} {%endblock%} {%block content%}
{% if rally_enable %} {% endif %}
{% comment %} If Rally is enabled and '/appletv=1', we want to create a slider to swap back and forth between build status and Rally ReleaseCumulativeFlowDiagrams {% endcomment %} {% if rally_enable %} {% if appletv %}
{% endif %} {% endif %}
{% comment %} If Rally is enabled and '/appletv=1', load the rally charts to slide between. {% endcomment %} {% if rally_enable %} {% if appletv %} {% include 'partials/rally_charts.html' with loginkey=loginkey rally_animate=1 close_slider=1 appletv=1 %} {% endif %} {% endif %}

Success

Failure

Unstable Build

Aborted or Not Built

{%if request.user %}{%endif%}
{%csrf_token%} {%endblock%}