{% extends "search_display/opac/card.html" %} {% block model_display_content %}
{% if result.image %}
{{ result.display_name }}
{% endif %}

{{ result }}

{% if result.born %}

{{ result.born }} {% if result.died %} - {{ result.died }}{% endif %}

{% endif %}

{{ result.get_author_type_display }}

{% if result.description %}

{{ result.description|truncatewords:30 }}

{% endif %}
{% endblock %}