{% extends '@syndexAcademic/main_layout.html.twig' %} {# {% set image_route = user.getWebPath | imagine_filter('profile_pic') %} #} {% block title %} {{'userProfile.title'|trans({'%firstname%':user.firstName,'%lastname%':user.lastName},'Academia') }} {% endblock %} {% block og_title %} {{'userProfile.og_title'|trans({'%firstname%':user.firstName,'%lastname%':user.lastName},'Academia') }} {% endblock %} {% block og_description %} {% if additional_info.bio is defined and additional_info.bio|length >0%} {{ user.firstName ~' ' ~ user.lastName~' : '~additional_info.bio }} {% else %} {{ 'profileDescription'|trans({}, 'Academia') }} {% endif %} {% endblock%} {% block og_url %}{{ url('shamra_academia_academic_profile',{'username': user.username }) }}{% endblock%} {# {% block og_image %}{{ asset( image_route, absolute=true) }}{% endblock%} #} {% block og_image_width %}300{% endblock%} {% block og_image_height %}300{% endblock%} {% block jqueryui %}{% endblock %} {% block metaKeywords %}{{ 'profileKeywords'|trans({}, 'Academia') }}{% endblock %} {% block css %} {% endblock %} {% block body %} {{ parent() }}
{{ 0 }}
{{ user.username }}
{% if app.user and app.user == user %}