{% extends 'base.html' %} {% block title %}{{ menu.name }}{% endblock %} {% block header %}

{{ menu.name }}

{% endblock %} {% block content %}

Like Dislike Comment

Prices

Students Employees Guests
{{ menu.get_price.Student }} {{ menu.get_price.Employee }} {{ menu.get_price.Guest }}

Art

{{ menu.art }}


Allergens

{{ menu.get_allergens }}


Types

{{ menu.get_types }}


Rating

{{ menu.likes }}


Location and Date

{{ menu.location.city }} {{ menu.location.name }} | {{ menu.day }}


{% endblock %}