Resolve "Extraction de la liste des tiers au format CSV"

This commit is contained in:
2025-02-19 11:37:46 +00:00
committed by Julien Fastré
parent 8de63de6d6
commit 08207b656a
6 changed files with 190 additions and 5 deletions

View File

@@ -9,5 +9,9 @@
{% block layout_wvm_content %}
{% block admin_content %}<!-- block content empty -->
<h1>{{ 'Third party configuration' |trans }}</h1>
<div>
<p>{{ 'admin.export_description'|trans }}</p>
<a href="{{ path('chill_thirdparty_admin_export_list') }}" class="btn btn-download"></a>
</div>
{% endblock %}
{% endblock %}
{% endblock %}