{% extends "template/template.html" %} {% block title %}Prefix List Builder{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{{form.as_table}}
{%if prefix_list %}
{{prefix_list}}
{% endif %} {%endblock%}