{% extends "Intranet/Global.php.twig" %} {% block header %} Back Office | Exhibitions {{ R.css('moussajax/*') }} {% endblock %} {% block body %}
{% for val in listExhibitions %} {{ val.name() }} ({{ val.location }}) {% endfor %}

WORKS OF {{ selectedItem.getName() }} ({{ selectedItem.getCity() }})

CWG Artbinder Category
{% for work in listExhibitionWorks %}
{{ work.name }} BUFFET
{#{{ work.getFirtstMedia.url }}#}
{% endfor %}
{% endblock %}