{% if category_personas %}
{% endif %}
{# /more-personas #}
{{ review_list_box(addon=addon, reviews=reviews) }}
{% if request.user.is_authenticated() %}
{{ review_add_box(addon=addon) }}
{% endif %}
{% if abuse_form %}
{{ addon_report_abuse(hide=True, addon=addon) }}
{% endif %}
{# L10n: {0} is a category name, such as Nature #}
{% endif %}
{% if author_personas %}
{{ _('More {0} Themes')|f(categories[0].name) }}
{% for other in category_personas %}
{{ persona_preview(other.persona, size='small') }}
{% endfor %}
{# L10n: {0} is a category name, such as Nature #}
{{ _('See all {0} Themes')|f(categories[0].name) }}
{{ _('More by this Artist') }}
{% for other in author_personas %}
{{ persona_preview(other.persona, size='small') }}
{% endfor %}
{% if author_gallery %}
{{ _('See all Themes by this Artist') }}
{% endif %}