{% extends "search_display/librarian/card.html" %} {% block model_display_content %}
Author - {{ result.get_author_type_display }}
{% if result.born %}{{ result.born }} {% if result.died %} - {{ result.died }}{% endif %}
{% endif %} {% if result.description %}{{ result.description|truncatewords:30 }}
{% endif %}