{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}
{% include "sidebar.html" %}
{% for image in images %} {% endfor %}
Location Client Container
Location Client Container
{{ image.location() }} {{ image.client }} {{ image.uri }}
{% if images %}{% else %}

Hey friend! You don't have any containers yet. Why don't you pull some?

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}