{% extends 'base.html' %} {% load static %} {% block title %} Deployment details: {{ deployment.name }} {% endblock %} {% block bodyattr %} {% if deployment.status == "RUNNING" or deployment.status == "PENDING" %} onload="start('{{ url|safe }}');" {% endif %} {% endblock %} {% block headscript %} {% if deployment.status == "RUNNING" or deployment.status == "PENDING" %} {% endif %} {% endblock %} {% block content %}
{% if user.is_authenticated %}
{% if deployment.status == "RUNNING" or deployment.status == "PENDING" %}
{% endif %}
{% if deployment.status == "RUNNING" %}
{% endif %} {% if deployment.status == "FAILED" %}
{% endif %} {% if deployment.status != "RUNNING" and deployment.status != "PENDING" %}
{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %} {% if deployment.status != "RUNNING" and deployment.status != "PENDING" %} {% else %} {% endif %} {% else %}

Please log in !

{% endif %}
{% endblock %} {% block script %} {% if deployment.status == "RUNNING" or deployment.status == "PENDING" %} {% endif %} {% endblock %}