Keep moving towards pure Python components

This commit is contained in:
2026-06-02 22:35:11 +02:00
parent ec1828b823
commit f090643026
6 changed files with 13 additions and 20 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<c-layouts.base>
{% load static %}
<div class="2xl:max-w-(--breakpoint-2xl) xl:max-w-(--breakpoint-xl) md:max-w-(--breakpoint-md) sm:max-w-(--breakpoint-sm) self-center">
<c-simple-table :columns=data.columns :rows=data.rows :page_obj=page_obj :elided_page_range=elided_page_range :header_action=data.header_action />
{% include "simple_table.html" with rows=data.rows columns=data.columns page_obj=page_obj elided_page_range=elided_page_range header_action=data.header_action %}
</div>
</c-layouts.base>