{% import "admin/Macros/Buttons/_button.html.twig" as button %}
{% set langs = getLangs() %}
{% if campaign is not empty %}
{% set activeCategoryIds = [] %}
{% for category in campaign.products|filter(p => p.category != null)|default %}
{% set activeCategoryIds = activeCategoryIds|merge([category.id]) %}
{% endfor %}
{% endif %}
Pasif kampanyalar sitede görünmeyecektir ve kullanılamayacaktır