{% for configurationsRow in socialSettings.configurations|batch( 4 ) %} {% for configuration in configurationsRow %} {% if configuration.id == source_id %}

Configuration {{ network }}

Compte: {{ configuration.account_name }} (@{{ configuration.account_username }})

{% if network == 'instagram' %} {% set feedLabel = 'Entrer un hashtag par champ, sans le #' %} {% set addNewfeedLabel = 'Ajouter un nouveau hashtag' %} {% endif %}
{% if network == 'instagram' %}

Hashtags

{% endif %}

{{ feedLabel | raw }}

{% for hashtag in formHashtag.instagram %}
{{ form_widget(hashtag) }}
{% endfor %}
{% if formHashtag.instagram|length == 0 %} {% set count = 0 %} {% else %} {% set count = formHashtag.instagram|keys|last + 1 %} {% endif %} {{ form_widget(formHashtag._token) }}
{% endif %} {% endfor %} {% endfor %}