{% include 'mini_head_include.html' %}

Editing Admin Entry

{% for row in hash %} {% if row.type == 'ipban' %}
{{ strings.BANIPLABEL }}
{{ strings.BANMASKLABEL }}
{{ strings.BANEXPIRE_EDIT }}
: : UTC
{{ strings.SETNOEXPIRE }}
{{ strings.BANCOMMENTLABEL }}
{{ strings.TOTALBAN }}
{% endif %} {% if row.type == 'whitelist' %}
{{ strings.BANIPLABEL }}
{{ strings.BANMASKLABEL }}
{{ strings.BANCOMMENTLABEL }}
{% endif %} {% if row.type == 'trust' %}
{{ strings.BANTRUSTTRIP }}
{{ strings.BANCOMMENTLABEL }}
{% endif %} {% if row.type == 'wordban' %}
{{ strings.BANWORDLABEL }}
{{ strings.BANCOMMENTLABEL }}
{% endif %} {% endfor %}
{% include 'mini_foot_include.html' %}