8 lines
184 B
Text
8 lines
184 B
Text
|
{% extends "base.html.j2" %}
|
||
|
{% from "tables.html.j2" import proxies_table %}
|
||
|
|
||
|
{% block content %}
|
||
|
<h1 class="h2 mt-3">Proxies</h1>
|
||
|
{{ proxies_table(proxies) }}
|
||
|
{% endblock %}
|