{% extends "base.html" %} {% load static %} {% block title %}Container: {{ container.named_id }}{% endblock %} {% block content %}
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 |
No new assets are available.
{% endif %}