{% extends "forms/form.html" %} {% load exfiltry %} {% load exsyntax %} {% block all %} {% comment %} {% with table_type='datatable' table_subtype='table_with_details' table_details_height="50vh" %} {{ block.super }} {% endwith %} {% endcomment %} {% with table_type='datatable' %} {{ block.super }} {% endwith %} {% endblock %} {% block scroll %} {% endblock %} {% block list_content_actions %} {% new_row "New page" %} {% endblock %} {% block id_extra %} {% row_actions %} field_list/chart_set,Charts {% endrow_actions %} {% endblock %} {% block list_row_header %} Parent Name Title Form View Template {% endblock %} {% block list_row %} {{ object.parent.name }} {{ object.name }} {{ object.title }} {% if object.form %} {% endif %} {% if object.view %} {% endif %} {% if object.template %} {% endif %} {% endblock %} {% block list_row_actions %} {% row_actions %} edit field_edit/form,form field_edit/view,view field_edit/template,template delete {% endrow_actions %} {% endblock %} {% block list_page_footer2 %} {% row_details %} *Charts:schbi/table/Page/[[table_row_pk]]/chart_set/-/form/sublist/?x1=chart_set {% endrow_details %} {% endblock %} {% block row_edit %} {% form %} parent:!,name,title {% endform %} {% endblock %}