{% extends 'base.html' %} {% load render_table from django_tables2 %} {% load sekizai_tags %} {% block breadcrumb %} {% endblock breadcrumb %} {% block content %}

Stage {{ object.name }} Edit Stage Delete Stage

{% for task in frequent_tasks_run %} {{ task.times_used }} {{ task.name }} {% if task.description %} {% endif %} {% empty %}
0 No frequent tasks yet
{% endfor %}

Hosts

{% render_table hosts %}

Stage Configuration

{% render_table configurations %}

Recent Deployments

{% render_table deployment_table %}
{% addtoblock "js" %} {% endaddtoblock %} {% endblock content %}