{% extends "mobile/base.html" %} {% block title %}{{ _('Add-ons for {0}')|f(request.APP.pretty) }}{% endblock %} {% block header %}
{% include "mobile/header.html" %} {% if not (settings.APP_PREVIEW or WEBAPP) %}
{{ _('You need Firefox to install add-ons. Learn More »') }}
{% endif %}

{% set appicon = 'firefox' if request.APP in (amo.MOBILE, amo.ANDROID) else request.APP.short %} {{ request.APP.pretty }} {{ _('{0} Add-ons')|f(request.APP.pretty) }}

{{ _('Easy ways to personalize.') }}

{{ _('Learn More') }}»
{% trans %} Add-ons are applications that let you personalize Firefox with extra functionality and style. Whether you mistype the name of a website or can't read a busy page, there's an add-on to improve your on-the-go browsing. {% endtrans %}
{% include "search/mobile/search.html" %}
{% endblock %} {% block page %}
{% set categories, types = sidebar(request.APP or amo.FIREFOX) %}

{{ _('More Add-ons') }}

{% endblock page %}