{% load static %} {% include "header.html" %} {% include "navigation.html" %}

{% if data.container %}

Software containers / {{ data.container.name }}

{% else %} {% if data.mode == 'new_task' %}

New Task


Software container


{% else %}

Software containers


{% endif %}
{% csrf_token %}
{% endif %}
{% if data.container %} {% include "components/container.html" with container=data.container details=True %} {% else %} {% for container in data.containers %} {% include "components/container.html" with container=container %} {% endfor %} {% endif %}
{% if not data.container %} {% endif %}





{% include "footer.html" %}