{% extends "inventory/box-detail.html" %} {% block content %} {% if box.box_related.exists %}

Boxes

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

Items

{% endif %} {% endblock %}