{% extends "base.html" %} {% block content %}

{{ project.name }}

Edit {% if project.description %}

{{ project.description }}

{% endif %}

Project details



Containers

Use the form below to create a new container for your project

{% csrf_token %}
Here, you can create a new container. Please store the password securely, as even administrators won't be able to recover it. The user is always root

{% include 'container_list.html' %}
{% endblock %}