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

{% if node.locked %} Locked! {% else %} Unlocked {% endif %}


{% if node.active %}Active{% else %}Not Active{% endif %}
 
 

Bundle
{% if not view %} {% endif %}
 
{% if can_edit %} {% endif %}
{% endblock page-content %} {% block script %} {% endblock script %}