{% extends 'base.html' %} {% from '_partials/page_header.html' import page_header %} {% block title %}Networking · Security{% endblock %} {% block content %} {{ page_header('Networking', tabs=tabs, active_tab='firewall') }}
{{ rules|length }} firewall rules · {% if applied %}rules active{% else %}not applied yet — add a rule to activate{% endif %}
| Dir | Source | Destination | Action | State | Actions |
|---|---|---|---|---|---|
| {{ r.direction }} | {{ r.source }} | {{ r.dest }} | {{ r.action }} | {% if r.enabled %}Active{% else %}Disabled{% endif %} |