{% extends '@kohinos/bundles/SonataAdminBundle/standard_layout.html.twig' %} {% block sonata_page_content %}

Synchronisation avec HelloAsso {{test?'(TEST)':'effectué !'}}:

{% if updatedData|length > 0 or newData|length > 0 %} {% if updatedData|length > 0 %} {% for key, data in updatedData %} {% endfor %} {% endif %} {% if newData|length > 0 %} {% for key, data in newData %} {% endfor %} {% endif %}
Id HelloAsso Id Message Adhérent Prestataire
MISE(S) À JOUR
{{key}} {{data.data.helloassoid}} {{data.message}} {{data.data.adherent?("" ~ data.data.adherent.name~"")|raw:''}} {{data.data.prestataire?("" ~ data.data.prestataire.raison~"")|raw:''}}
NOUVEAUTÉ(S)
Toutes ces transactions sont importées mais aucunes opérations ne sera effectuées sur les comptes des adhérents/prestataires
{{key}} {{data.data.helloassoid}} {{data.message}} {{data.data.adherent?("" ~ data.data.adherent.name~"")|raw:''}} {{data.data.prestataire?data.data.prestataire.raison:''}}
{% else %}

{{ "Aucunes informations nouvelles venant d'HelloAsso"|trans }}

{% endif %}
{% endblock %}