{% extends 'frontend.html.twig' %} {% block content %}

ARTISTS

{% if searchArtist %} {{ searchArtist }}clear
{% endif %} {% if searchTags %} {{ searchTags }}clear
{% endif %} {% if searchCategories %} {% for key,searchCategory in searchCategories %} {% if key == 'STILL_LIFE' %}STILL LIFE{% else %}{{ key}}{% endif %}clear {% if not loop.last %}|{% endif %} {% endfor %}
{% endif %} {% if searchThemes %} {% for key,searchTheme in searchThemes %} {{ key }}clear {% if not loop.last %}|{% endif %} {% endfor %} {% endif %}
{% if not app.user %}
SIGN IN TO SEE MORE RESULTS
{% else %}
 
{% endif %} {% endblock content %} {% block javascript %} {{ parent() }} {% endblock javascript %}