{# /featured-inner and featured #}
{% cache category_personas %} {% if category_personas %}
{# L10n: {0} is a category name, such as Nature #}

{{ _('More {0} Personas')|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} Personas')|f(categories[0].name) }}
{% endif %} {% endcache %} {% cache author_personas %} {% if author_personas %}

{{ _('More by this Artist') }}

{% for other in author_personas %} {{ persona_preview(other.persona, size='small') }} {% endfor %}
{% if author_gallery %} {{ _('See all Personas by this Artist') }} {% endif %}
{% endif %} {% endcache %}
{# /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 %}