{% extends "Web/Global.php.twig" %} {% block header %} Back Office | Artists {% endblock %} {% block scripts %} {% endblock %} {% block body %}

ARTISTS

{% for artist in artists %} {{ artist.firstname }} {{ artist.lastname }}
{% endfor %}
{#ARTISTS IMAGES HIDDED#}
{% if is_mobile() %} {% else %} {% endif %} {% for artist in artists %} {% endfor %}
{% endblock %}