{% extends "base.html" %} {% load categories i18n static %} {% block title %} {% blocktranslate with name=author.name %} Articles by {{ name }} {% endblocktranslate %} {% endblock %} {% block content %}
{{ author.description|safe }}
{% endif %} {% block tags %} {% if tags %} {% include "feeds/snippets/tag_author_cloud.html" %} {% endif %} {% endblock %}