{% extends 'layouts/sidebar_right.tpl' %} {% set the_author = getAuthor(id = globals.request.author_id) %} {% block PageHeader %}
{% if the_author.name %}
{% if the_author.photo %}
{% endif %}

{{ the_author.name }}

{{ the_author.bio }}
{% endif %}
{% endblock %} {% block Content %} {{ getAdZone(zone='Msite_300x250') }} {% if the_author %} {% paginate getNews(limit = globals.default_author_news_limit_per_page, body_length = 150, paginate = true, author = globals.request.author_id) as pagination, _news %}
{{ _ttx('news') }}
{{ options.text.PreNewsListContent }} {% include('include/pagination.tplp') %}
{% endif %} {% endblock %}