{% extends 'UpdoonAppBundle::base_public_extension.html.twig' %} {% block title %}{{ parent() }}Authentifizierung{% endblock %} {% block content %} {% for message in app.session.flashbag.get('reauthentication') %}
Zur Sicherheit ist eine erneute Authentifizierung erforderlich.
{% endfor %} {% if error %}
Error: {{ error.messageKey|trans }}
{% endif %}
Authentifizierung
{% endblock %} {% block javascripts %} {{ parent() }} {% javascripts '%kernel.root_dir%/Resources/js/authentication.js' filter="uglifyjs2" %} {% endjavascripts %} {% endblock %}