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

{{ authority.display }}

{% endblock %} {% block aut_see %}
{{block.super}}
{% endblock %} {% block title %} {% 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 %}