Kontrolní panel

{% for project, detail in projects.items() %}

{{ project }}

{% for environment in detail.environments %} {% endfor %} {% for pipeline in detail.pipelines %} {% for deployment_result in pipeline.deployment_results %} {% endfor %} {% else %} {% endfor %}
Instalace InfrastrukturaɆ{{ loop.index0 }}; {{ environment }}Poslední změna
{{ pipeline.installation }} {{ pipeline.infrastructure }} {% if deployment_result %} {% if deployment_result.is_ok %}{% else %}{% endif %} {% else %} - {% endif %} {{ pipeline.last_change }}
Zatím neproběhlo žádné nasazení
{% endfor %}