Files
Froxlor/templates/Froxlor/user/form-note.html.twig
2022-03-24 13:40:43 +01:00

11 lines
252 B
Twig

{% extends "Froxlor/user/form.html.twig" %}
{% block content %}
{% if alert_msg is defined and alert_msg is not empty %}
<div class="row mb-2">
{% include 'Froxlor/misc/alertbox.html.twig' %}
</div>
{% endif %}
{{ parent() }}
{% endblock %}