{% from 'amo/site_nav.html' import section %} {% set slims = ( ('my-apps', _('My Purchases'), url('users.purchases')), ) %} {% set extras = ( ('downloads', _('Most Popular')), ('free', _('Top Free')), ('paid', _('Top Paid')), ('rating', _('Highest Rated')), ) %} {% set collection_extras = ( ('featured', _('Featured')), ('users', _('Most Followers')), ('created', _('Newest')), ) %}