This commit is contained in:
lubiana 2024-02-12 22:03:17 +01:00
parent 203233d2ed
commit 93fa2da696
45 changed files with 2633 additions and 550 deletions

View file

@ -23,7 +23,7 @@
</tr>
{% else %}
<tr>
<td colspan="3">no records found</td>
<td colspan="4">no records found</td>
</tr>
{% endfor %}
</tbody>

View file

@ -0,0 +1,6 @@
{% extends 'base.html.twig' %}
{% block body %}
{{ include('_form.html.twig') }}
{% endblock %}