{% extends "layouts/base.html" %} {% load indexing %} {% load crispy_forms_tags %} {% block title %} Networks {% endblock %} {% block stylesheets %} {# For pagination.js #} {# Style for positioning the button slightly right and up #} {% endblock stylesheets %} {% block content %}

Networks

Corridor ranking

{% for key,tab in maps.items %}
{% crispy tab.form %}
(The weights are normalized when calculating)

{% endfor %}

Detailed information of each corridor

{# Map content is dynamically loaded into this div #}
{% for key,tab in maps.items %}
{% endfor %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}