{% include "theme::partials/metadata" %} {% block styles %}{% endblock %} {# {% include "theme::partials/push" %} #} {# {% include "theme::partials/brand" %} #} {# {% include "theme::partials/navbar" %} #} {# {% include "theme::partials/header" %} #}
{#
#} {# #} {#
#}
{% include "visiosoft.theme.defaultadmin::partials/sidebar" %} {% include "visiosoft.theme.defaultadmin::partials/menu" %}
{% set name = user().first_name ~' '~ user().last_name %} {% if (user().first_name and user().last_name) %} {% set name = user().username %} {% endif %}
{% if trans('module::addon.info') != 'module::addon.info' %}
{{ trans('module::addon.info') }}
{% endif %}
{% include "theme::partials/messages" %} {% include "theme::partials/buttons" %}
{% block content %}{% endblock %}
{% include "theme::partials/footer" %} {% include "theme::partials/modals" %}
{% include "theme::partials/assets" %}