{# annotation card for display with large page image #}
{% for annotype in intervention.annotation_type %} {% if annotype != 'nonverbal annotation' and annotype != 'verbal annotation' %} {{ annotype }} {% endif %} {% endfor %} Permalink
{# suppress intervention author when it is Derrida, since that is nearly all of them #} {% if intervention.author.firstname_last != "Jacques Derrida" %}

{% firstof intervention.author.firstname_last 'Unknown' %}

{% endif %} {% if intervention.text_language %}

Anchor Text: {{ intervention.text_language | default:"French" }}

{% endif %} {% if intervention.text %}

Annotation:

{{ intervention.text }}

{% endif %} {% if intervention.quote %}

Anchor text:

{{ intervention.quote }}

{% endif %}