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

Food Menu

Add Categories
{% for item in items %} {% endfor %}
Name Price Category Actions
{{ item.name }} {{ item.price }} {% if item.category %} {{ item.category ? item.category : '' }} {% elseif place.category|length %} {% endif %}

Enter New Food Item(s)

{% if place.category and place.category|length %}
{% endif %}
{#
#} {#

Add Stock Items

#}

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