Update eboutic_main.jinja

This commit is contained in:
NaNoMelo
2025-08-19 13:13:53 +02:00
committed by GitHub
parent f6683068ff
commit b6ce0686d1

View File

@@ -120,7 +120,7 @@
</span> </span>
</div> </div>
{% endif %} {% endif %}
<section> {# <section>
<div class="category-header"> <div class="category-header">
<h3 class="margin-bottom">{% trans %}Eurockéennes 2025 partnership{% endtrans %}</h3> <h3 class="margin-bottom">{% trans %}Eurockéennes 2025 partnership{% endtrans %}</h3>
{% if user.is_subscribed %} {% if user.is_subscribed %}
@@ -169,7 +169,7 @@
</p> </p>
{% endif %} {% endif %}
</div> </div>
</section> </section> #}
{% for priority_groups in products|groupby('order') %} {% for priority_groups in products|groupby('order') %}
{% for category, items in priority_groups.list|groupby('category') %} {% for category, items in priority_groups.list|groupby('category') %}
{% if items|count > 0 %} {% if items|count > 0 %}