{% 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 "MAC Address" %}
{% trans "Operation" %}
{{ entry.addr }} {% comment %} {% endcomment %}
{% csrf_token %}
{{ create_form.addr.label_tag }} {{ create_form.addr }}
{% trans "input format is xx:xx:xx:xx:xx:xx" %}
{% trans "(':' is not required)" %}
{% comment %}
{% csrf_token %} {{ update_form.pk }}
{{ create_form.addr.label_tag }} {{ create_form.addr }}
{% csrf_token %} {{ delete_form.pk }} {% trans "delete the mac address information" %}
{% endcomment %}
{% endblock function %}