{% extends 'base_admin.html.twig' %} {% block title %}Destination index{% endblock %} {% block body %}

Destination index

{% for destination in destinations %} {% endfor %}
Order City Region
{{ destination.sortOrder }} {{ destination.city }} {{ destination.region }} Edit

New {% endblock %} {% block datatable %} {% endblock datatable %}