{# 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 "SonataPageBundle::layout.html.twig" %} {% block title %}{{ "title_page_not_found"|trans({}, 'SonataPageBundle')}}{% endblock %} {% block content %}

{{ "title_page_not_found"|trans({'pathInfo': pathInfo}, 'SonataPageBundle') }}

{% if creatable %}

{{ "create_page"|trans({'pathInfo': pathInfo}, 'SonataPageBundle') }}

{% else %}

{{ "message_page_does_not_exist"|trans({'pathInfo': pathInfo}, 'SonataPageBundle') }}

{% endif%}
{% endblock%}