Put the filter menu into the accordion on part list

This commit is contained in:
Jan Böhmer 2022-09-08 22:46:40 +02:00
parent b464607793
commit b52c61bfa3
4 changed files with 229 additions and 221 deletions

View file

@ -1,12 +1,14 @@
{% extends "base.html.twig" %}
{% block title %}
{% trans %}parts_list.all.title{% endtrans %}
{% trans %}parts_list.all.title{% endtrans %}
{% endblock %}
{% block content %}
{% include "Parts/lists/_filter.html.twig" %}
<div class="accordion mb-3">
{% include "Parts/lists/_filter.html.twig" %}
</div>
{% include "Parts/lists/_action_bar.html.twig" with {'url_options': {}} %}
{% include "Parts/lists/_parts_list.html.twig" %}