{% extends "AuthorsBundle::layout.html.twig" %} {% block page_title %}{{ author.name }} - {{ parent() }}{% endblock %} {% block title %}

{{ author.name }}

{% endblock %} {% block main_content %}
{% if author.photo %} {{ ('authors.titles.' ~ author.title)|trans }} {{ author.name }} {% endif %}

{{ ('authors.titles.' ~ author.title)|trans }} {{ author.name }}

{% if author.website %} {% endif %} {# include_partial('globalFragments/SharingWidget', array('size' => 24, 'url' => url_for('@scholar_view?id=' . author.id . '&scholar_name_slug='.Urlizer::slugify(author.name), true), 'title' => author.nameWithTitle, 'is_entry' => false)) #}
{% if author.country or author.website or author.email or author.phone or author.fax %} {% endif %} {% if author.briefBiography or author.fullBiography %}
{{ (author.fullBiography ? author.fullBiography : author.briefBiography)|raw }}
{% endif %}
{% endblock %}