admin: add menu for languages and countries section

This commit is contained in:
nobohan
2022-05-03 09:27:04 +02:00
parent 4c99abd6d3
commit 04f27cc555
8 changed files with 69 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
<th>id</th>
<th>name</th>
<th>countryCode</th>
<th></th>
{% endblock %}
{% block table_entities_tbody %}
{% for entity in entities %}

View File

@@ -0,0 +1,7 @@
{% extends '@ChillMain/CRUD/Admin/index.html.twig' %}
{% block content -%}
{% embed '@ChillMain/CRUD/_new_content.html.twig' %}
{% block content_form_actions_save_and_show %}{% endblock %}
{% endembed %}
{% endblock content %}

View File

@@ -0,0 +1,7 @@
{% extends '@ChillMain/CRUD/Admin/index.html.twig' %}
{% block content -%}
{% embed '@ChillMain/CRUD/_new_content.html.twig' %}
{% block content_form_actions_save_and_show %}{% endblock %}
{% endembed %}
{% endblock content %}