{% extends "inventory/inventory_app.html" %} {% block content %} {% if item %}

Item: {{item.uuid}}

{% else %}

Item with UUID of {{ uuid }} not found.

{% endif %} {% endblock %}