{% load i18n %}

{% trans 'Author' %}

{% if author_name and avatar_url %}

{{ author_name }}
{% else %} {% trans 'Please setup following values in you settings.py:' %} {% endif %}