mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
17 lines
463 B
Twig
17 lines
463 B
Twig
{% extends "@ChillMain/Admin/layoutWithVerticalMenu.html.twig" %}
|
|
|
|
{% block admin_content %}
|
|
<h1>{{ 'Administration interface'|trans }}</h1>
|
|
|
|
{{ 'welcome_message_raw'|trans|raw }}
|
|
|
|
<div>
|
|
<h2>{{ 'Configuration alerts'|trans }}</h2>
|
|
|
|
<p>{{ 'Here you can check the configuration of your instance.'|trans }}</p>
|
|
|
|
{{ chill_widget('configuration_warnings', {}) }}
|
|
|
|
</div>
|
|
|
|
{% endblock %} |