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

Static Origins

{{ static.group.group_name }}: {{ static.description }} (#{{ static.id }})

{{ render_form(form) }}
{% if proxies %}

Proxies

{{ proxies_table(proxies) }} {% endif %} {% endblock %}