This commit is contained in:
kali
2024-04-04 17:47:39 +03:00
parent cfe5b3cca5
commit 38ec704a03
8 changed files with 305 additions and 25 deletions

View File

@ -7,4 +7,5 @@
{{ create_table() }}
{{ create_pagination() }}
{% endblock %}

View File

@ -0,0 +1,11 @@
{% extends "layouts/simple.html.twig" %}
{% block title %}{{ title }}{% endblock %}
{% block content %}
<h1 class="display-4">{{ title }}</h1>
{{ create_get_action() }}
{% endblock %}