{% if not persona.addon.is_pending() or request.check_ownership(addon, require_owner=False) %} {# If theme is pending, only artist should see theme listing. #} {% include "addons/includes/persona.html" %} {% endif %}
{% if category_personas %}
{# L10n: {0} is a category name, such as Nature #}

{{ _('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) }}
{% endif %} {% if author_personas %}

{{ _('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 %}
{% 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 %}