{% block nav %} {% endblock %}
{% block container %}
{% if isMobile() %}
Panel Admin
{% else %}
{% if title is defined %}

{{title}}

{% endif %} {% if subtitle is defined %}

{{subtitle}}

{% endif %}
{% endif %}
{% if is_granted("ROLE_ADMIN") %} {% endif %}
{% if isMobile() %}
{% if title is defined %}

{{title}}

{% endif %} {% if subtitle is defined %}

{{subtitle}}

{% endif %}
{% endif %} {% include 'Admin/notice.html.twig' %}
{{ content is defined ? content|raw}}
{% endblock %}
{# #} {#
#}