{% extends "forms/form.html" %} {% load exfiltry %} {% load exsyntax %} {% block all %} {% with table_type='datatable' %} {% block.super %} {% endwith %} {% endblock %} {% block scroll %} {% endblock %} {% block list_row_header %} Application Table Group Parent id Date Description Operator Operator id {% endblock %} {% block list_row %} {% object.application %} {% object.table %} {% object.group %} {% object.parent_id %} {% object.date %} {% object.description %} {% object.operator %} {% object.operator_id %} {% endblock %} {% block list_row_actions %} {% row_actions %} edit delete {% endrow_actions %} {% endblock %} {% block row_edit %} {% form %} "application","table","group","parent_id","date","description","operator","operator_id" {% endform %} {% endblock %}