{# -*- 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" %}
{% endblock %} {% block list_row_header %} Name Permission Publish Published group {% endblock %} {% block list_row %} {{object.name}} {{object.perms|default_if_none:""}} {% if object.publish %}X{% endif %} {{object.publish_group|default_if_none:""}} {% endblock %} {% block list_row_actions %} {{ block.super }} {% row_actions %} field_edit/code,Code,[|client://mimetypes/text-x-generic-template.png],_parent field_edit/doc,Doc,[|client://apps/help-browser.png],_parent {% endrow_actions %} {% endblock %} {% block row_edit %} {% form %} "parent", "name", "perms", "publish", "publish_group" {% endform %} {% endblock %}