{% extends "base.html" %} {% load static %} {% block title %}Container: {{ container.named_id }}{% endblock %} {% block content %}
{% if container_list %} {% for container in container_list %} {% endfor %}
Container Type Size (mm) Cover Color Description Changed Action
{{ container.named_id }}
{{ container.container_type.named_id }}
{{ container.container_type.width }}x{{ container.container_type.length }}x{{ container.container_type.height }}
{% if container.container_type.has_cover %}yes{%else %}--{% endif %}
{{ container.color }}
{{ container.description }}
{{ container.changed_ts | date:'H:i:s d.m.Y' }}
Delete View Label
{% else %}

No new assets are available.

{% endif %}
+ Asset + Container
{% endblock content %}