{# -*- coding: utf-8 -*- #} {% extends "form.html" %} {% load exfiltry %} {% load exsyntax %} {% block all %} {% with table_type='datatable' %} {{ block.super }} {% endwith %} {% endblock %} {% block scroll %} {% endblock %} {% block list_content_actions %} {% new_row "New config" %} {% endblock %} {% block list_row_header %} Wiki subject Group of rigths to view Group of rigths to edit backup_copies {% endblock %} {% block list_row %} {{object.subject}} {{group_of_rights_to_view}} {{group_of_rights_to_edit}} {{object.backup_copies}} {% endblock %} {% block list_row_actions %} {% row_actions %} publish,Publish,[fa fa-users] {% endrow_actions %} {% row_actions %} edit field_edit/publish_fun,Publish function field_edit/scss,SCSS field_edit/page_header,Page header field_edit/page_footer,Page footer delete {% endrow_actions %} {% endblock %} {% block row_edit %} {% form %} subject,group_of_rights_to_view,group_of_rights_to_edit,backup_copies,git_repository {% endform %} {% endblock %}