{% extends "base.html" %} {% block title %}{{ box.container.display_name }} - {{ box.name }}{% endblock %} {% block content %}

{{ box.container.display_name }} - {{ box.name }}

{% if box.box_related.exists %}

Boxes

{% endif %} {% if box.item_related.exists %}

Items

{% endif %} {% endblock %}