{% if table_shell_template_paths %} {% include table_shell_template_paths %} {% else %} {% include framework_template_path|add:"/partial/table_shell.html" %} {% endif %} {% partialdef inline_row_display %} {% if inline_row_display_template_paths %}{% include inline_row_display_template_paths %}{% else %}{% include framework_template_path|add:"/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 framework_template_path|add:"/partial/inline_row_form.html" %}{% endif %} {% endpartialdef inline_row_form %}