timetracker/games/templates/list_purchases.html
Lukas Kucharczyk 1c28950b53
All checks were successful
Django CI/CD / test (push) Successful in 1m1s
Django CI/CD / build-and-push (push) Has been skipped
add pagination
2024-08-08 22:54:15 +02:00

9 lines
255 B
HTML

{% extends "base.html" %}
{% load static %}
{% block title %}
{{ title }}
{% endblock title %}
{% block content %}
{% simple_table columns=data.columns rows=data.rows page_obj=page_obj elided_page_range=elided_page_range %}
{% endblock content %}