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

{% translate 'Boxes' %}

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

{% translate 'Items' %}

{% endif %} {% endblock %}