{{ _('Status:') }} {{ addon.STATUS_CHOICES[addon.status] }}
{% set position = get_position(addon) %} {% if position and position.pos and position.total %}{{ _('Queue Position:') }} {% trans position=position.pos|numberfmt, total=position.total|numberfmt %} {{ position }} of {{ total }} {% endtrans %}
{% endif %}{{ _('View Recent Changes') }}
{% if waffle.switch('theme-stats') %} {% endif %} {% if can_delete %} {{ _('Delete Theme') }} {% endif %}