{% extends "base.html" %} {% load tools %} {% block base_header_additional_head %} {% endblock %} {% block base_content %}
{% with tool=current_user_data.tools|get_tool:'Netmap' %} {% include 'nav_header.html' %} {% endwith %}
{% for _ in traffic_gradient %} {% endfor %} {% for rgb in traffic_gradient %} {% endfor %}
{% if forloop.first %} 0% {% elif forloop.counter|divisibleby:'10' %} {{ forloop.counter }}% {% endif %}
{% endblock %}