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

{% if bundle.locked_count > 0 %} Locked! {% else %} Unlocked {% endif %}
{% if can_edit %}

{% if bundle.locked_count == 0 %} {% else %} {% endif %}
{% if bundle.locked_count > 0 %} {{bundle.locked_count}} out of {{bundle.total_count}} nodes are locked. {% else %} Total nodes: {{bundle.total_count}} {% endif %}
{% endif %}
Select Chain
Chain Enabled

All Chains
{% for group in machine_subset_groups %} {% for this_chain in group.sets %} {% endfor %} {% endfor %}
Sel Chain Name Description
{{ this_chain.0.name }} {{ this_chain.0.desc }}
{% if can_edit %} {% endif %}
{% endblock page-content %} {% block script %} {% endblock script %}