{% extends 'djangomaster/base.html' %} {% block page_title %}Routes{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %} {% block content %}

 

{% for route in routes %} {% include 'djangomaster/includes/_routes_item.html' with route=route only %} {% endfor %}
{% endblock %}