{% extends 'gabarit.html' %} {% block header %}

{% if authority.type == 72 %}{{msg.congres_see_title}}: {% else %}{{msg.author_see_title}}{% endif %}

{% endblock %} {% block aut_see %}
{{block.super}}
{% endblock %} {% block title %}

{% if authority.type == 72 %}{{msg.congres_libelle}}: {% else %}{{msg.author_tpl_author}}{% endif %} {{ authority.display }} {% if authority.date %} ({{authority.date}}){% endif %} {% if authority.author_web %} {% endif %} {% if authority.enrichment %} Détails sur l'auteur >{% endif %}

{% endblock %} {% block details %} {% if authority.author_comment %}
{{ msg.comment }} :
{{authority.author_comment | nl2br }}
{% endif %} {% if authority.author_see %}
{{ msg.author_see }} :
{{authority.author_see}}
{% endif %} {% endblock %} {% block enrichment %} {% if authority.enrichment %}
{% if authority.enrichment.depictions.depiction_dbpedia %} {% else %} {% if authority.enrichment.depictions.depictions_bnf %} {% endif %} {% endif %}
{% if authority.enrichment.bio.deathdate %} {% endif %} {% if authority.enrichment.bio.biography_bnf %} {% endif %} {% if authority.enrichment.genre %} {% for genre in authority.enrichment.genre %} {% endfor %} {% endif %} {% if authority.enrichment.movement %} {% endif %}
Naissance : {{authority.enrichment.bio.birthdate}}
{{authority.enrichment.bio.birthplace}}
Décès : {{authority.enrichment.bio.deathdate}}
{{authority.enrichment.bio.deathplace}}
Activité (BnF) : {{ authority.enrichment.bio.biography_bnf}}
Genres attachés à l'auteur :{{genre.title}}
Mouvements attachés à l'auteur : {% for movement in authority.enrichment.movement %} {% if !loop.first %}
{% endif %}{{movement.title}} {% endfor %}
{% endif %} {% endblock %}