Repository URL to install this package:
|
Version:
3.0.4 ▾
|
<table class="table table-striped table-condensed">
<thead>
<tr>
<th>Route Name</th>
<th>Route Pattern</th>
<th>View Callable</th>
<th>Predicates</th>
</tr>
</thead>
<tbody>
% for i, route_info in enumerate(routes):
<tr>
<td>${route_info['route'].name|h}</td>
<td>${route_info['route'].pattern|h}</td>
<td>${repr(route_info['view_callable'])}</td>
<td>${route_info['predicates']}</td>
</tr>
% endfor
</tbody>
</table>