admin sections for person bundle

This commit is contained in:
nobohan
2022-05-10 08:44:29 +02:00
parent 1a764025e1
commit 0f735c5749
10 changed files with 264 additions and 43 deletions

View File

@@ -0,0 +1,13 @@
{% extends "@ChillMain/Admin/layoutWithVerticalMenu.html.twig" %}
{% block vertical_menu_content %}
{{ chill_menu('admin_accompanying_course', {
'layout': '@ChillPerson/Admin/menu.html.twig',
}) }}
{% endblock %}
{% block layout_wvm_content %}
{% block admin_content %}<!-- block content empty -->
<h1>{{ 'Accompanying course configuration' |trans }}</h1>
{% endblock %}
{% endblock %}