{% extends 'settings/index.html' %} {% block header_text %}

Containers

{% endblock %} {% block main %} Containers - List
New Container
{% for container in containers %}
{{ container.name }} {{ container.status }} {% if container.readonly %}Readonly{% else %}Writable{% endif %}
{% endfor %}
{% endblock %}