{# -*- coding: utf-8 -*- #} {% extends "forms/form.html" %} {% load exfiltry %} {% load exsyntax %} {% load builder_filters %} {% block pythoncode %} {% if form_list %} {% endif %} {% endblock %} {% block all %} {% with form_width=960 form_height=1200 show_title_bar=0 title="Views" vform=True %} {{ block.super }} {% endwith %} {% endblock %} {% block list_content_header %}
{% widget class='menu' id='new_view' title="&New view" %}
{% for pos in object_list|module_obj:"View_CHOICES" %}
|
{% action "header" title="view - header" url="{{app_path}}table/SChApp/{parent.id}/view_code/form/editor/?fragment=header" %} | {% action "footer" title="view - footer" url="{{app_path}}table/SChApp/{parent.id}/view_code/form/editor/?fragment=footer" %} | {% action "header2" title="urls - header" url="{{app_path}}table/SChApp/{parent.id}/urls_code/form/editor/?fragment=header" %} | {% action "footer2" title="urls - footer" url="{{app_path}}table/SChApp/{parent.id}/urls_code/form/editor/?fragment=footer" %} |