{{ _('Updated') }} |
|
{{ _('Artist') }} |
{{ users_list(addon.listed_authors, max_text_length=20) or
persona.display_username }} |
{{ _('Rating') }} |
{{ reviews_link(addon) }} |
{{ _('Daily Users') }} |
{{ persona.popularity|numberfmt }}
|
{% if persona.license %}
{{ _('License') }} |
{{ license_link(amo.PERSONA_LICENSES_IDS[persona.license]) }} |
{% endif %}