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

City index

{% for city in cities %} {% else %} {% endfor %}
IdCity Name CountryId StateId Active UberId actions
{{ city.idCity }} {{ city.name }} {{ city.countryId }} {{ city.stateId }} {{ city.active ? 'Yes' : 'No' }} {{ city.uberId }} show edit
no records found
Create new {% endblock %}