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