{% if ajax is not defined %} {% set ajax = false %} {% endif %} {% extends ajax ? 'Admin/admin.html.twig' : 'Admin/base.html.twig' %} {% block content %}
{% if not isMobile() %}

ESPACE D'ADMINISTRATION - {{sitename}}
BIENVENUE

{% endif %}
{% for o in shortcuts %}

{{o['title']}}

{{o['subtitle']}}
{% endfor %}
{% endblock %}