{% extends "discovery/base.html" %} {% from "discovery/macros.html" import addon_list, persona_list with context %} {% set app = request.APP.pretty %} {% block bodyclass %}pane no-recs{% endblock %} {% block bodyattrs %} data-version="{{ version }}" data-platform="{{ platform }}" data-services-url="{{ settings.SERVICES_URL }}" data-account-url="{{ services_url('discovery.pane.account') }}" data-featured-url="{{ services_url('discovery.pane.more_addons', 'featured', version, platform, compat_mode) }}" data-upandcoming-url="{{ services_url('discovery.pane.more_addons', 'up-and-coming', version, platform, compat_mode) }}" {% endblock %} {% block content %} {{ _('What are Add-ons?') }} {% trans %} Add-ons are applications that let you personalize {{ app }} with extra functionality or style. Try a time-saving sidebar, a weather notifier, or a themed look to make {{ app }} your own. {% endtrans %} {{ _('Learn More') }} {{ _('Previous') }} {{ _('Next') }} {% if featured_addons %} {{ _('Featured Add-ons') }} {{ addon_list(featured_addons, limit=6) }} {% endif %} {{ _('Learn More About Add-ons') }} {% if up_and_coming %} {{ _('See all') }} {{ _('Up & Coming') }} {{ addon_list(up_and_coming, sidebar=True) }} {% endif %} {% if featured_personas %} {{ _('See all') }} {{ _('Featured Themes') }} {{ persona_list(featured_personas) }} {% endif %} {{ _('More ways to customize') }} {{ _('Browse all add-ons') }} {{ _('See all complete themes') }} {{ _('Close Video') }} {{ _('Add-ons') }} {{ _('While the video plays, the add-ons being mentioned will appear here.') }} {{ addon_list(promovideo, limit=50, sidebar=True, amo=amo, src='discovery-video') }} {% endblock %} {% block js %} {{ js('zamboni/discovery') }} {% if request.LANG == 'en-US' %} {{ js('zamboni/discovery-video', defer=True) }} {% endif %} {% endblock %}
{% trans %} Add-ons are applications that let you personalize {{ app }} with extra functionality or style. Try a time-saving sidebar, a weather notifier, or a themed look to make {{ app }} your own. {% endtrans %} {{ _('Learn More') }}