{% extends 'base.html' %} {% load crispy_forms_tags %} {% block breadcrumb %} {% endblock breadcrumb %} {% block content %}

Deploy


{% crispy form %}
Stats
Project
{{ stage.project.name }}
Stage
{{ stage.name }}
Task
{{ task_name }}
Task Description
{{ task_description }}
Configurations (env)
{% for config in configs %}
{{ config.key }}
{{ config.get_display_value }}
{% empty %}
Configs
None Set
{% endfor %}
{% endblock content %}