{% extends 'admin_base.html.twig' %} {% block title %}ReviewSource index{% endblock %} {% block body %}

ReviewSource index

{% for review_source in review_sources %} {% else %} {% endfor %}
Id Name CountRow Rating Filial Active actions
{{ review_source.id }} {{ review_source.name }} {{ review_source.countRow }} {{ review_source.rating }} {{ review_source.filial.address }} {{ review_source.active }} edit
no records found
Create new {% endblock %}