Refactor worklog handling and table rendering in templates for improved clarity and performance
This commit is contained in:
parent
25e67cce28
commit
bdd2a43c8b
6 changed files with 40 additions and 58 deletions
|
@ -10,6 +10,6 @@
|
|||
breadcrumbs=breadcrumb
|
||||
) }}
|
||||
|
||||
{{ tables.render_table(header, rows, entry_route) }}
|
||||
{{ tables.render_table(headers=header, rows=rows, id=title, entry_route=entry_route) }}
|
||||
{# { tables.render_pagination(endpoint, page, has_prev, has_next, total_pages, extra_args=extra_args) } #}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue