{% extends 'base.html.twig' %} {% block title %}Region index{% endblock %} {% block body %}

Region index

{% for region in regions %} {% else %} {% endfor %}
Id Name actions
{{ region.id }} {{ region.name }} show edit
no records found
Create new {% endblock %}