update templates introduce request helper
This commit is contained in:
9
templates/Froxlor/user/table.html.twig
Normal file
9
templates/Froxlor/user/table.html.twig
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "Froxlor/userarea.html.twig" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% import "Froxlor/table/table.html.twig" as table %}
|
||||
|
||||
{{ table.table(table_options, api_response, '#', table_options.title) }}
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user