{% extends base_template_path %} {% load powercrud_partials %} {% load powercrud %} {% block content %} {% partial pcrud_content %} {% endblock %} {% partialdef pcrud_content %}
{{ view.get_view_instructions }}
{% endif %} {% with view_help=view.get_view_help view_help_paragraphs=view.get_view_help_detail_paragraphs %} {% if view_help %}{{ paragraph }}
{% endfor %}There are no {{ object_verbose_name_plural }}.{% if create_view_url %} Create one now?{% endif %}
{% endif %} {% endpartialdef filtered_results %} {% partialdef list_actions %} {% if list_actions_template_paths %} {% include list_actions_template_paths %} {% elif framework_template_path %} {% include framework_template_path|add:"/partial/list_actions.html" %} {% else %} {% include "powercrud/packs/daisyui/partial/list_actions.html" %} {% endif %} {% endpartialdef list_actions %} {% partialdef filter_trigger %} {% if filter_trigger_template_paths %} {% include filter_trigger_template_paths %} {% elif framework_template_path %} {% include framework_template_path|add:"/partial/filter_trigger.html" %} {% else %} {% include "powercrud/packs/daisyui/partial/filter_trigger.html" %} {% endif %} {% endpartialdef filter_trigger %} {% partialdef filter_panel_actions %} {% if filter_panel_actions_template_paths %} {% include filter_panel_actions_template_paths %} {% elif framework_template_path %} {% include framework_template_path|add:"/partial/filter_panel_actions.html" %} {% else %} {% include "powercrud/packs/daisyui/partial/filter_panel_actions.html" %} {% endif %} {% endpartialdef filter_panel_actions %} {% partialdef filter_form %} {% if filter_form_template_paths %} {% include filter_form_template_paths %} {% elif framework_template_path %} {% include framework_template_path|add:"/partial/filter_form.html" %} {% else %} {% include "powercrud/packs/daisyui/partial/filter_form.html" %} {% endif %} {% endpartialdef filter_form %} {% partialdef list_columns %} {% if list_columns_template_paths %} {% include list_columns_template_paths %} {% elif framework_template_path %} {% include framework_template_path|add:"/partial/list_columns.html" %} {% else %} {% include "powercrud/packs/daisyui/partial/list_columns.html" %} {% endif %} {% endpartialdef list_columns %} {% partialdef pagination %} {% if pagination_template_paths %} {% include pagination_template_paths %} {% elif framework_template_path %} {% include framework_template_path|add:"/partial/pagination.html" %} {% else %} {% include "powercrud/packs/daisyui/partial/pagination.html" %} {% endif %} {% endpartialdef pagination %} {% partialdef page_size_selector %} {% if page_size_selector_template_paths %} {% include page_size_selector_template_paths %} {% elif framework_template_path %} {% include framework_template_path|add:"/partial/page_size_selector.html" %} {% else %} {% include "powercrud/packs/daisyui/partial/page_size_selector.html" %} {% endif %} {% endpartialdef page_size_selector %}