{% extends 'django_master/_single_col.html' %} {% load url from future %} {% block page_title %}Routes{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %} {% block content %}

 

{% for route in route_list %} {% include 'django_master/includes/_routes_item_list.html' with route=route %} {% endfor %}
{% endblock %}