{% extends 'admin/layout.html.twig' %} {% block title %}Administration site Internet - Sfinga{% endblock %} {% block content %} {% autoescape false %}

{{ 'command.result.page_title'|trans({}, 'admin') }}

{{ 'command.result.info_title'|trans({}, 'admin') }}

{% if content is defined and content is not empty %}

{{ content }}

{% else %}

Aucun résultat.

{% endif %}
{% endautoescape %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}