{% load i18n static %} {% load check_permissions %}

{% blocktranslate count counter=authors|length trimmed %} Author {% plural %} Authors {% endblocktranslate %} {% if user|has_attach_permission %}     {% translate 'Add' %} {% endif %}

{% if user|has_attach_permission %} {% endif %}
{% for author in authors %}

{% for name in author.preferred_names %} {{ name.name }} {{ name.language__code }} {% endfor %} {% if author.can_be_unlinked %}     {% translate 'Remove' %} {% endif %}

{% if author.can_be_unlinked %} {% endif %} {% endfor %}