{% if addon_type == amo.ADDON_THEME %} {% set extras = ( ('users', _('Most Popular')), ('rating', _('Top Rated')), ('created', _('Newest')), ) %} {% elif addon_type == amo.ADDON_WEBAPP %} {% set extras = ( ('downloads', _('Most Popular')), ('free', loc('Top Free')), ('paid', loc('Top Paid')), ('rating', _('Highest Rated')), ) %} {% else %} {% set extras = ( ('featured', _('Featured')), ('users', _('Most Popular')), ('rating', _('Top Rated')), ) %} {% endif %} {% if waffle.switch('fav-addons-contest') %}
Cast your vote! Pick the 3 best entries in the Favorite Add-ons contest.
{% endif %}