{# This file is part of the Sonata package. (c) Thomas Rabaix For the full copyright and license information, please view the LICENSE file that was distributed with this source code. #} {% extends sonata_page.defaultTemplate %} {% block title %}{{ "title_page_redirected"|trans({}, 'SonataPageBundle')}}{% endblock %} {% block content %}

{{ "title_page_redirected"|trans({}, 'SonataPageBundle') }}

{{ "message_page_redirected"|trans({'%url%': response.headers.get('Location')}, 'SonataPageBundle')|raw }}

{% endblock%}