Initial commit

This commit is contained in:
2025-07-15 01:15:37 +02:00
commit d1fc7886e3
180 changed files with 31073 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{% extends '_dashboard/base.html.twig' %}
{% block page_content %}
<h1>Edit Monster</h1>
{{ include('_dashboard/monster/_form.html.twig', {'button_label': 'Update'}) }}
<a href="{{ path('bo_monster_index', {'monsterCategoryId': monsterCategory.id}) }}">back to list</a>
{{ include('_dashboard/monster/_delete_form.html.twig') }}
{% endblock %}