{% extends 'admin_base.html.twig' %} {% block title %}ReviewSource index{% endblock %} {% block body %}
| 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 | ||||||