{% trans count = addon.listed_authors|length,
author = users_list(addon.listed_authors) %}
Other add-ons by {{ author }}
{% pluralize %}
Other add-ons by these authors
{% endtrans %}
{% if multi_as_select and author_addons|length > 4 %}
{% else %}
{% for other in author_addons %}
{% with id=other.id, title=other.name,
name=other.name|string|truncate(25) %}
{% if id == addon.id %}{% continue %}{% endif %}