{% extends 'base.html' %} {% block title %}- Restaurant{% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block body_block %}
{% if restaurant %} {% for k,v,boolsk in fields %} {% endfor %}
Field Value
{{ k }} {% if v and boolsk %} Yes {% elif not boolsk %} {{ v }} {% else %} No {% endif %}
{% if user.is_authenticated %}

Rate the restaurant for the following situations

Business
Special
Casual
Romantic
{% endif %} {% else %} The specified restaurant with id {{ factual_id }} does not exist! {% endif %}
{% endblock %}