{% endif %}
{% for key, messages in app.session.flashbag.all() %}
{% for message in messages %}
{{ message|trans({}, 'FOSUserBundle') }}
{% endfor %}
{% endfor %}
{% block fos_user_content %}{% endblock fos_user_content %}
{% block admin_link %}
{% if 'profile' in app.request.pathInfo and 'change-password' not in app.request.pathInfo %}
OK
{% endif %}
{% endblock %}
{% block forgot_password_link %}
{% if 'resetting' not in app.request.pathInfo and 'profile' not in app.request.pathInfo %}
{{ 'kuma_admin.login.forgot_password'|trans }}
{% endif %}
{% endblock %}