{% extends "admin/layout.html" %} {% block content %}
{{ total }} route{{ 's' if total != 1 else '' }} registered.
Router reference not available. Call Admin.register_to(router) before browsing routes.
No routes match the current filters.
| Method | URI | Name |
|---|---|---|
|
{% for m in route.methods %}
{{ m }}
{% endfor %}
|
{{ route.uri }}
{% if route.domain %} {{ route.domain }} {% endif %}
|
{{ route.name }} |