{% extends "app/app_base.html" %} {% block content %}

Create ROAs

{% csrf_token %} {{ formset.management_form }} {% for form in formset %} {{ form.prefix }} {{ form.max_prefixlen }} {{ form.asn }} {# #} {% if form.errors %}{{ form.errors }}{% endif %} {% if form.non_field_errors %}{{ form.non_field_errors }}{% endif %} {% endfor %}
Cancel
{% endblock %}