{% extends 'base.html' %} {% block body %}
{% for a in ranges %} {% endfor %}
{{ colnames['DBNetArea']['name'].short_title_abs }} {{ colnames['DBNetArea']['description'].short_title_abs }} {{ colnames['Net']['net'].short_title_abs }} {{ colnames['Facility']['name'].short_title_abs }} VLAN Aktive Leases
{{ a['range'].print_name }} {{ a['range'].description }} {{ a['range'].net.net }} {{ a['range'].facility.short_name }} {% if a['range'].vlan.name %}{{ a['range'].vlan.name }} ({{ a['range'].vlan.id }}){% endif %} {{ a['leases'] }}
{% endblock body %} {% block post_script %} {% endblock post_script %}