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

Please log in !

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