{% extends "inventory/view_item.html" %} {% from "_helpers.html" import item_comment_form %} {% block comment_item %} {{ item_comment_form(form, item) }} {% endblock %}