{% extends "apps/base.html" %} {% load filters_deploys %} {% load staticfiles %} {% block extra_css %} {{ block.super }} {% endblock %} {% block navbar %} {% include "apps/navbar.html" with active="deploys" %} {% endblock %} {% block app-content %}
{{ deploy.Timestamp|string_to_date|date:" d-m-Y H:i:s " }}
- deployed from: {{ deploy.Origin }}
duration: {{ deploy.Duration|time_to_string }} - view info {% if deploy.CanRollback and forloop.counter0 %} - roll back to here {% endif %} |