{% extends "base.html" %} {% load static %} {% block content %}

PrefixRule Listing

{% for object in object_list %} {% endfor %}
IDLink prefix destnum_length status route_type weight priority
{{object.pk}} {{object}} {{ object.prefix }} {{ object.destnum_length }} {{ object.status }} {{ object.route_type }} {{ object.weight }} {{ object.priority }}
Create new PrefixRule {% endblock %}