{% extends FUNC_BASE_HTML %} {% load i18n %} {% block css %} {{ block.super }} {% endblock css %} {% block js %} {{ block.super }} {% endblock js %} {% block form %}{% endblock form %}{% block endform %}{% endblock endform %} {% block to_ajaxform %}{% endblock to_ajaxform %} {% block ajaxform_modified %}{{ block.super }}{% endblock ajaxform_modified %} {% block function %}
{% csrf_token %}
{% for entry in entries %} {% empty %} {% endfor %}
{% trans "IP Address" %}
{% trans "Operation" %}
{{ entry.name }} {% comment %} {% endcomment %}
{% csrf_token %}
{{ create_form.ipaddr.label_tag }} {{ create_form.ipaddr }}
{{ create_form.secret.label_tag }} {{ create_form.secret }}
{% trans "show secret key" %}
{% csrf_token %} {{ update_form.pk }}
{{ update_form.ipaddr.label_tag }} {{ update_form.ipaddr }}
{{ update_form.secret.label_tag }} {{ update_form.secret }}
{% trans "show secret key" %}
{% csrf_token %} {{ delete_form.pk }} {% trans "delete the authentication information" %}
{% endblock function %}