Hola
{#{% if object.image and admin.isGranted('VIEW', object.image) %}#}
{#{% if admin.isGranted('EDIT', object) and admin.hasRoute('edit') %}#}
{#
{% thumbnail object.image, 'admin' with {'width': 90} %}#}
{#{% else %}#}
{#
#}
{#{% for membre in object.membres%}#}
{#- #}
{#{% object.membres.nom %} {% object.prenom %}#}
{#
#}
{#{% endfor %}#}
{#
#}
{#{% endif %}#}
{#{% else %}#}
{#
#}
{#{% endif %}#}
{% endblock %}