{% extends "forms/form.html" %} {% load exfiltry %} {% load exsyntax %} {% block all %} {% with table_type='datatable' %} {{ block.super }} {% endwith %} {% endblock %} {% block scroll %} {% endblock %} {% block list_content_actions %} {% new_row "<>" %} {% list_action "<>" "<>" %} {% endblock %} {% block list_row_header %} Application Name Description Declaration Template source Template Convert fields to html Save function Load function Object to str function Action template Info template {% endblock %} {% block list_row %} {{ object.app }} {{ object.name }} {{ object.description }} {{ object.declaration }} {{ object.template_src }} {{ object.template }} {{ object.to_html_rec }} {{ object.save_fun }} {{ object.load_fun }} {{ object.to_str_fun }} {{ object.action_template }} {{ object.info_template }} {% endblock %} {% block list_row_actions %} {% row_actions %} edit delete field_edit/declaration, field_edit/template_src, field_edit/template, field_edit/to_html_rec, field_edit/save_fun, field_edit/load_fun, field_edit/to_str_fun, field_edit/action_template, field_edit/info_template, <>,<> {% endrow_actions %} {% endblock %} {% block row_edit %} {% form %} app,name,description,declaration,template_src,template,to_html_rec,save_fun,load_fun,to_str_fun,action_template,info_template {% endform %} {% endblock %}