{% extends 'base1.html.twig' %} {% block content %}

Item Parts

{% for item in itempart %} {% endfor %}
Name Portions Delete
{{ item.name }} {{ item.portions }}

Add Item Parts (Optional)

unit
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}