{% extends "main.html" %} {% block title %} Items {% endblock %} {% block content %}

{{item.name}}

Reorder at: {{item.reorder_point}}

Amount in stock: {{item.amount}} {{item.display_unit_short}}

{% endblock %}