timetracker/games/templates/list_purchases.html

9 lines
255 B
HTML
Raw Normal View History

2024-08-08 18:17:43 +00:00
{% extends "base.html" %}
{% load static %}
{% block title %}
{{ title }}
{% endblock title %}
{% block content %}
2024-08-08 20:54:15 +00:00
{% simple_table columns=data.columns rows=data.rows page_obj=page_obj elided_page_range=elided_page_range %}
2024-08-08 18:17:43 +00:00
{% endblock content %}