{% extends 'claimed.html.twig' %} {% block extracss %} {{ parent() }} {% endblock extracss %} {% block content %}

Food Categories for {{ place.name }}

Categories help you group your food menu items making it easier for users to find specific items on Cravvings e.g. breakfast, grill, sides etc. It is not optional (but recommended) to use categories.
{% for item in place.category %} {% endfor %} {% if not place.category %} {% endif %}
Name Action
{{ item }} Delete
No categories
Add Food Menu

Add New Category

{% endblock %}