Revision f208a17be3b3b7921f476ac0fc2dc5dcb078635a authored by hatiers on 18 February 2025, 10:42:43 UTC, committed by hatiers on 18 February 2025, 10:42:43 UTC
1 parent 1c6750b
import-csv.html.twig
{% extends 'base.html.twig' %}
{% block title %}
{{ parent() }}
Import CSV
{% endblock %}
{% block body %}
<h1 class="text-center pt-4 pb-2">
<button type="button" class="btn btn-lg btn-block btn-light p-4">
Import CSV
</button>
</h1>
<div class="card">
<div class="card-body">
{{form(form)}}
</div>
</div>
{% endblock %}

Computing file changes ...