{% extends "iptables/__base.html" %} {% load i18n %} {% block headtitle %}{% trans 'Edit Chain · Silent Dune' noop %}{% endblock %} {% block page-content %}
{% csrf_token %}

Create Chain

Chain Name
Platform
Slot
Description
Notes
{% if can_edit %}
{% endif %}
{% endblock page-content %} {% block script %} {% endblock script %}