Add Sheet upload function

This commit is contained in:
2025-04-28 08:01:27 +02:00
parent 9bae324447
commit 49b7c0f5d5
29 changed files with 1106 additions and 135 deletions

View File

@@ -3,9 +3,14 @@
{% block title %}Hello BackofficeController!{% endblock %}
{% block body %}
<h2 class="py-2">
{{ is_granted('ROLE_ADMIN') ? 'All Seasons'|trans : 'Your Seasons'|trans }}
</h2>
<div class="d-flex flex-row align-items-center">
<h2 class="py-2 pe-2">
{{ is_granted('ROLE_ADMIN') ? 'All Seasons'|trans : 'Your Seasons'|trans }}
</h2>
<a class="link" href="{{ path('app_backoffice_season_add') }}">
{{ 'Add'|trans }}
</a>
</div>
<table class="table table-hover">
<thead>
<tr>