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

Error

Could not find route. {% else %}

Route analysis

Name: {{ route.getName() }}

{% if route.getURLsCount() >= 1 %} {% endif %} {% endif %} {% endblock %}