2021-07-21 00:25:37 +02:00
|
|
|
{% extends '@ArdentParameter/layout.html.twig' %}
|
|
|
|
|
|
|
|
|
|
|
|
{% block par_user_content %}
|
|
|
|
<h2>Parameter categories</h2><br>
|
|
|
|
{% for category in categories %}
|
|
|
|
<a class="btn-primary btn" href="{{ path('parameter_bundle_parameters', {category:category}) }}">{{ category }}</a><br><br>
|
|
|
|
{% endfor %}
|
2020-10-23 23:39:45 +02:00
|
|
|
{% endblock %}
|