{% extends "data_edit.html" %} {% load i18n %} {% block form %} {% if request.user|HasPerm:"iaccess.add_accinterlock" or request.user|HasPerm:"iaccess.change_accinterlock" %} {% autoescape off %}
| {{ form.one_mode|field_as_no_td }} | |
|---|---|
| {{ form.two_mode|field_as_no_td }} | |
| {{ form.three_mode|field_as_no_td }} | |
| {{ form.four_mode|field_as_no_td }} | |
| {{ form.non_field_errors }} |