{% extends 'main.html' %} {% block pid %}id="pauthor_detail"{%endblock%} {% block content %} {% include "flash_messages.html" %}
{# Display edit menu only on first page and if user is admin #} {% if curpage == 0 and isadmin %} {{page.glob.l10n.edit}} {% endif%} {# Display available metadata only on first page #} {% if curpage == 0 %}

{{ author.name }}

{% if author.thumbnail %} {% endif %}
{% else %}

{{page.glob.l10n.booksby}} {{ author.name }}

{% endif %}
 
{% endblock %} {% block rightpanel %}

{{page.glob.l10n.author_thumbnail}}

{{page.glob.l10n.author_thumbnail_expl}}

{{page.glob.l10n.delete}}
{% endblock%}