{% 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 %} {% if vtype != "sublist" %} Aplikacja {{target}} Tabela Grupa ID przodka {% endif %} Data {{type}} Opis Operator {% if vtype != "sublist" %} ID operatora {% endif %} {% endblock %} {% block list_row %} {% if vtype != "sublist" %} {{object.application }} {{ object.table }} {{ object.group }} {{ object.parent_id }} {% endif %} {{ object.date|isoformat }} {{ object.description }} {{ object.operator }} {% if vtype != "sublist" %} {{ object.operator_id }} {% endif %} {% endblock %} {% block list_row_header_end %} {% if vtype != "sublist" or target == "json" %} {{ block.super }} {% endif %} {% endblock %} {% block list_row_end2 %} {% if vtype != "sublist" %} {{ block.super }} {% endif %} {% 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 %}