{{ persona_preview(persona, linked=False) }}
{% with addon_name='{0}'|f(addon.name|e) %}
{# L10n: This is a caption for a table. {0} is an add-on name. #}
{{ addon.description|nl2br }}
{{ big_install_button(addon, show_warning=False) }} {# TODO(davedash): Remove until zamboni does sharing {{ sharing_box(addon) }} #}
{% cache category_personas %}
{% if category_personas %}
{% 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 %}
{# L10n: {0} is a category name, such as Nature #}
{% endif %}
{% endcache %}
{% cache author_personas %}
{% if author_personas %}
{{ _('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) }}
{{ _('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 %}