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

Inventory

{% for item in stock %} {% endfor %}
Name Quantity Actions
{{ item.name }} {{ item.quantity }} {{ item.unit }} Supplies

{% if stockitem %}New Inventory Edit {{ stockitem.name }}{% else %}Add Inventory Item{% endif %}

{% if stockitem %}{% endif %}
{% if stockitem %} {% else %} {% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}