Files
timetracker/games/templates/list_playevents.html
T

7 lines
362 B
HTML

<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">
{% 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>