{% block site_css %} {% endblock %} {% block title %}{{ _('Mozilla Add-ons') }}{% endblock %} {% block rss_feed %}{% endblock %} {# L10n: {0} is an application, like Firefox. #} {% include "mobile/head_debug.html" %} {% block extrahead %}{% endblock %}
{% block header %}
{% include "mobile/header.html" %}

{% set appicon = 'firefox' if request.APP == amo.MOBILE else request.APP.short %} {{ request.APP.pretty }} {# TODO(gkoberger): This is a temp change; fix properly #} {% if settings.APP_PREVIEW %} Mobile Apps {% else %} {{ _('Mobile Add-ons') }} {% endif %}

{% if not (settings.APP_PREVIEW or WEBAPP) %}
{{ _('You need Firefox to install add-ons. Learn More »') }}
{% endif %}
{% endblock %}
{% block page %} {% endblock page %}
{% block staging %} {% endblock %} {# js #} {% block site_js %} {{ js('zamboni/mobile') }} {% if waffle.switch('browserid-login') %} {% endif %} {% endblock %} {% block js %}{% endblock %} {# Webtrends Stats Tracking #} {# End Webtrends #}