{% extends '_dashboard/base.html.twig' %} {% block page_content %} {##} {##} {##} {##} {% for _region in regions %} {##} {##} {##} {##} {% for _subRegion in _region.subRegions %} {##} {##} {##} {##} {% endfor %} {% else %} {% endfor %}
IdNameIconGridHeightGridWidthVersion SortOrder isActive actions
{{ region.id }} {{ _region.name }}{{ region.icon }}{{ region.gridHeight }}{{ region.gridWidth }}{{ _region.version }} {{ _region.sortOrder }} {{ _region.isActive ? 'yes' : 'no' }}
Show map Edit region Edit grid
{{ region.id }} {{ _subRegion.name }}{{ region.icon }}{{ region.gridHeight }}{{ region.gridWidth }}{{ _subRegion.version }} {{ _subRegion.sortOrder }} {{ _subRegion.isActive ? 'yes' : 'no' }}
{% if _subRegion.isAlias %} Edit region {% else %} Show map Edit region Edit grid {% endif %}
no records found
Create new {% endblock %}