{% extends "PromotersFrontendBundle::layout.html.twig" %} {% block main_block %}
{% if is_granted('IS_AUTHENTICATED_FULLY') %} {% if app.user.getId == owner.getId or app.user.username == 'admin' %} {% endif %} {% endif %} {% if owner.getUserImage %} {% else %} {% endif %}
Biography
{{owner.getBio}}
{% if is_granted('IS_AUTHENTICATED_FULLY') and app.user.getId == owner.getId %}
{% endif %}
{% endblock %}