{% extends 'gabarit.html' %}
{% block title %}
{% title authority_isbd %}
{% 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 %}
>{% endif %}
{% endtitle %}
{% endblock %}
{% block aut_see %}
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 : | {% for genre in authority.enrichment.genre %}{{genre.title}} | {% endfor %}
Mouvements attachés à l'auteur : |
{% for movement in authority.enrichment.movement %}
{% if !loop.first %} {% endif %}{{movement.title}} {% endfor %} |