{% extends "base.html.j2" %} {% from 'bootstrap5/form.html' import render_form %} {% from "tables.html.j2" import proxies_table %} {% block content %}

Distribution Lists

{{ list.url() }}

{{ render_form(form) }}
{% endblock %}