{% extends "porto-corporate-layout.html.twig" %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('fonds-structure-indice-reference-photo-style') }} {% endblock %} {% block pageheader %} {{ parent() }} {% endblock %} {% block container_class %} container py-2 {% endblock %} {% block pagecontent %}
{% for flashMessage in app.session.flashbag.get('error') %}
{{ flashMessage|trans|raw }}
{% endfor %} {% for flashMessage in app.session.flashbag.get('notice') %}
{{ flashMessage|trans|raw }}
{% endfor %}

{{'Photo indice référence fonds structuré'|trans}} {{fondsStructure.nom}}

{% if indiceReferencePhoto is not null %}
{% else %}

{{'Il n\'y a actuellement aucune photo pour l\'indice de référence'|trans}}

{% endif %}

{{'Mettre à jour la photo pour l\'indice de référence'|trans}}

{{'1. Télécharger une photo'|trans}}

{{'Sélectionner un fichier sur votre ordinateur'|trans}}

{{'2. Ajuster le résultat'|trans}}

{% endblock %} {% block javascript %} {{ parent() }} {{ encore_entry_script_tags('fonds-structure-indice-reference-photo-script') }} {% endblock %}