{% extends "Froxlor/user/form.html.twig" %} {% block content %} {% if alert_msg is defined and alert_msg is not empty %}
{% include 'Froxlor/misc/alertbox.html.twig' %}
{% endif %} {{ parent() }} {% endblock %}