{% for configurationsRow in socialSettings.configurations|batch( 4 ) %}
{% for configuration in configurationsRow %}
{% if configuration.id == source_id %}
{% if network == 'instagram' %}
{% set feedLabel = 'Entrer un hashtag par champ, sans le #' %}
{% set addNewfeedLabel = 'Ajouter un nouveau hashtag' %}
{% endif %}