maj ninegate
Some checks failed
Cadoles/nineskeletor/pipeline/head There was a failure building this commit

This commit is contained in:
2023-01-10 11:47:07 +01:00
parent 88cfeae266
commit 09bd5e9e65
3 changed files with 26 additions and 16 deletions

View File

@ -12,7 +12,7 @@
{% endfor %}
{% for itemcategory in itemcategorys %}
{% if itemcategorys|length > 1 %} <h2>{{itemcategory.label}}</h2> {% endif %}
{% if itemcategorys|length > 1 %} <h2 {% if not loop.first %} class="mt-3" {% endif %}>{{itemcategory.label}}</h2> {% endif %}
<div class="items-list">
{% for item in items %}
@ -47,5 +47,4 @@
{% endfor %}
</div>
{% endfor %}
{% endblock %}