{% load powercrud_partials powercrud %} {% if use_crispy %} {% load crispy_forms_tags %} {% endif %} {% if table_shell_template_paths %} {% include table_shell_template_paths %} {% else %} {% include "powercrud/packs/daisyui/partial/table_shell.html" %} {% endif %} {% partialdef inline_row_display %} {% if inline_row_display_template_paths %} {% include inline_row_display_template_paths %} {% else %} {% include "powercrud/packs/daisyui/partial/inline_row_display.html" %} {% endif %} {% endpartialdef inline_row_display %} {% partialdef inline_row_form %} {% if inline_row_form_template_paths %} {% include inline_row_form_template_paths %} {% else %} {% include "powercrud/packs/daisyui/partial/inline_row_form.html" %} {% endif %} {% endpartialdef inline_row_form %}