{% extends "layout.html" %} {% block body %}

Dashboard » {{ client_name }} » Images

Dangling Images All Images {% for image in images %} {% else %} {% endfor %}
REPOSITORY TAG IMAGE ID CREATED SIZE
{% if image.attrs['RepoTags']|length > 0 %} {{ image.attrs['RepoTags'][0].split(':')[0] }} {% endif %} {% if image.attrs['RepoTags']|length > 0 %} {{ image.attrs['RepoTags'][0].split(':')[1] }} {% endif %} {{ image.attrs['Id'][7:] }} {{ image.attrs['Created'][0:19] }} {{ image.attrs['Size']|file_size }} {% if image.attrs['RepoTags']|length %} export remove {% else %} remove {% endif %}
no images
{% endblock %}