{% load i18n staticfiles thumbnail apphooks_config_tags %}
{% if author and author.slug %}
{% if author.visual %} {% thumbnail author.visual "50x50" crop upscale subject_location=author.visual.subject_location as author_image %} {{ author }} {% else %} {{ author }} {% endif %}

{{ author.name }}

{% if author_view and author.slug %}

{{ author.function }}

{{ author.article_count }}

{% else %}

{{ article.publishing_date|date }}

{% endif %}
{% endif %}