{% extends "delete_obj.html" %} {% block del_title %} Are you sure you want to delete this stock item? {% endblock %} {% block del_body %} This will remove {{ item.quantity }} units of '{{ item.part.name }}' from stock. {% endblock %}