{# Copyright 2012 Pierre Krieger This code is under MIT license. See the LICENSE file. #} {% extends "@niysuAdminSite/main.htm" %} {% block body %}

Routes list

{% for route in routes %}
  • {{ route.getName() ?: route.getOriginalPattern(0) }}
  • {% endfor %} {% endblock %}