Files
Froxlor/templates/Froxlor/user/table-note.html.twig
Michael Kaufmann 8256f31374 minor fixes in pagination and alertbox stuff
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
2022-03-04 16:12:25 +01:00

9 lines
179 B
Twig

{% extends "Froxlor/user/table.html.twig" %}
{% block content %}
<div class="row mb-2">
{% include 'Froxlor/misc/alertbox.html.twig' %}
</div>
{{ parent() }}
{% endblock %}