{% if campaigns is valuableArray %} {% for campaign in campaigns %}
{% if campaign.status != 'selection' %}
{{ "NEWCAMPAIGNSTITLE"|translate }}
{% endif %} {% if campaign.brandLogo is defined and campaign.brandLogo is not empty %} {% endif %}
{{ shortenTitle(campaign.name)|default(' ')|raw }}
{% if campaign.phase == 'selection' %} {% else %} {% endif %} {% if campaign.phase == 'selection' %} {{ "SUBSCRIPTION_CLOSED"|translate }} {% else %} {{ "SUBSCRIBE"|translate }} {% endif %}
{% endfor %} {% endif %}