azube/core/templates/htmx/reports.html
Angelo Rodriguez d248c99242 work+htmx
2024-12-04 11:41:57 +01:00

12 lines
249 B
HTML
Executable file

{% if reports|length != 0 %}
{% for report in reports %}
{% include 'component/report.html' with report=report %}
{% endfor %}
<div hx-get="/reports?page={{ next }}"
hx-trigger="revealed"
hx-swap="outerHTML">
{% endif %}