{% extends 'frontend.html.twig' %} {% block content %} {% include 'nordmindArtistBundle:Default:profileHeader.html.twig' with {user: user, categories: categories, original: true} %}

{{ user.city|upper }}

{% if user.website %} {% endif %} {% if user.website %} {% endif %} {% if user.email %} {% endif %} {% if user.website %} {% endif %}

MOB. {{ user.phone }}

{% include 'nordmindAppBundle:Default:photoGrid.html.twig' with {'photos': photos} %}
{% endblock content %} {% block javascript %} {{ parent() }} {% include 'nordmindArtistBundle:Default:photoJs.html.twig' %} {% endblock javascript %}