{% extends "mobile/base.html" %} {% block title %}{{ _('Add-ons for {0}')|f(request.APP.pretty) }}{% endblock %} {% block header %}
{% include "mobile/header.html" %}
{% if ios_user %} {{ _('Add-ons are not currently available on Firefox for iOS.') }} {% else %} {{ _('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 %} {{ _('Add-ons') }}

{{ _('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 %}