{% else %}
{% endif %}
{% endblock %}
{% block list_page_header %}
{% if standard_web_browser == 1 or standard_web_browser == 2 or "page" in fragment %}
{% endif %}
{% endblock %}
{% block list_page %}
{% block list_content_start %}{% endblock %}
{% block list_content_header %}
{% endif %}
{% block list_content_body %}
{% block list_content_paginator %}
{% if standard_web_browser and table_type != 'datatable' %}
{% if is_paginated %}
{% endif %}
{% else %}
{% paginator %}
{% endif %}
{% endblock %}
{% block list_table_start %}
{% if table_type == 'datatable' %}
{% block list_content_header_first_row %}
{% if not get %}
{% endif %}
{% endblock %}
{% block list_content_header_second_row %}
{% if form %}
{% else %}
{% endif %}
{% endblock %}
{% block list_content_header_third_row %}
{% if is_paginated and table_type != 'datatable' %}
{% endif %}
{% endblock %}
{% block list_content_header_fourth_row %}
{% if standard_web_browser %}
{% if table_type == 'datatable' and not get %}
{% endif %}
{% endif %}
{% endblock %}
{% endblock %}
{% if standard_web_browser %}
{% block list_filter_form %}
{% if table_type == 'datatable' %}
{% endif %}
{% endblock %}
{% if standard_web_browser and object_list %}
{% if table_type == 'datatable' and not get %}
{% endif %}
{% endif %}
{% block list_content_actions %}{% endblock %}
{% else %}
{% endif %}
{% endblock %}
{% endif %}
{% endif %}
{% endblock %}
{% block list_page_end %}
{% endblock %}
{% if standard_web_browser and "table" not in fragment %}
{% if table_subtype and table_subtype == 'table_with_details' %}
{% endif %}
{% if standard_web_browser == 1 or standard_web_browser == 2 or "page" in fragment or "table" in fragment %}
{% if table_type == 'datatable' %}
{% endblock %}
{% block list_table_footer %}
{% endblock %}
{% endblock %}
{% block list_content_footer %}
{% endblock %}
{% block list_content_end %}
{% endblock %}
{% endblock %}
{% block list_page_sidebar %}
{% endblock %}
{% block list_page_footer %}
{% if standard_web_browser == 1 or standard_web_browser == 2 or "page" in fragment %}
{% else %}
{% if table_type == 'scrolled' or not table_type %}
{% else %}
{% endif %}
{% endif %}
{% endif %}
{% endblock %}
{% block list_full_row_header %}
{% if standard_web_browser == 1 or standard_web_browser == 2 or "page" in fragment or "table" in fragment %}
{% endif %}
{% id_num 'Id' %} | {% endif %} {% endblock %} {% block list_row_header %}{% endblock %} {% block list_row_header_end %}Action | {% endblock %}|
---|---|---|
{% block id_extra %}
{% if get %}
{% get_row object object.id %}
{% else %}
{% view_row object object.id %}
{% endif %}
{% endblock %}
|
{% endif %}
{% endblock %}
{% block list_row %}
{{object}} | {% endblock %} {% block list_row_end %}
{% block list_row_actions %}
{% if readonly %}
Select
{% else %}
{% row_actions %}
edit;delete
{% endrow_actions %}
{% endif %}
{% endblock %}
|
{% endblock %}