{% 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}}