{% extends 'layouts/base.html.twig' %} {% block title %}Review index {% endblock %} {% block body %}

Review index

{% for review in reviews %} {% else %} {% endfor %}
Id Rating Comment Date actions
{{ review.id }} {{ review.rating }} {{ review.comment }} {{ review.date ? review.date|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}