{# -*- coding: utf-8 -*- #} {% extends "forms/form.html" %} {% load exfiltry %} {% load exsyntax %} {% block pythoncode %} {% if form_list %} {% endif %} {% endblock %} {% block all %} {% with form_width=720 form_height=480 show_title_bar=0 title="Tables" vform=True %} {{ block.super }} {% endwith %} {% endblock %} {% block list_content_actions %}
{% new_row "New table" %} | {% action "header" title="Model - header" url="{{app_path}}table/SChApp/{parent.id}/model_code/form/editor/?fragment=header" %} | {% action "footer" title="Model - footer" url="{{app_path}}table/SChApp/{parent.id}/model_code/form/editor/?fragment=footer" %} |