{% if not settings.ENGAGE_ROBOTS %} {% endif %} {% block extrameta %}{% endblock %} {% block title %}{{ _('Mozilla Add-ons') }}{% endblock %} {% block rss_feed %}{% endblock %} {# L10n: {0} is an application, like Firefox. #} {% block site_css %} {{ css('zamboni/impala') }} {% endblock %} {% block extrahead %}{% endblock %} {% if settings.DEBUG %} {% if settings.LESS_LIVE_REFRESH %} {% endif %} {{ js('debug') }} {% if settings.REMOTE_JS_DEBUG %} {% endif %} {% endif %} {% if request.user.is_authenticated() %} {% endif %}
{% block site_header %} {# Well that's an awful tiny mozilla header #}
{% block site_header_title %} {% include "impala/header_title.html" %} {{ site_nav() }} {% endblock %}
{% if ADMIN_MESSAGE or settings.READ_ONLY %}
{% if ADMIN_MESSAGE %}

{{ ADMIN_MESSAGE|safe }}

{% endif %} {% if settings.READ_ONLY %}

{% trans %} Some features are temporarily disabled while we perform website maintenance. We'll be back to full capacity shortly. {% endtrans %}

{% endif %}
{% endif %}

{% trans url='http://mozilla.org/firefox/?src=amo' %} To try the thousands of add-ons available here, download Mozilla Firefox, a fast, free way to surf the Web! {% endtrans %}

{{ _('Close') }}
{# L10n: {0} is an application, such as Firefox. #}

{{ _('Welcome to {0} Add-ons.')|f(APP.pretty) }}

{% if APP == amo.FIREFOX %} {% trans %} Choose from thousands of extra features and styles to make Firefox your own. {% endtrans %} {% else %} {% trans app=APP.pretty %} Add extra features and styles to make {{ app }} your own. {% endtrans %} {% endif %}

{{ _('Close') }}

{{ _('On the go?') }}

{% trans %} Check out our Mobile Add-ons site. {% endtrans %}

{{ _('Close') }}

{% trans url=url('addons.detail', 'add-on-compatibility-reporter')|urlparams(src='prerelease-banner') %} Thanks for testing a pre-release version of Firefox! To try out add-ons not yet compatible, grab the Add-on Compatibility Reporter. {% endtrans %}

{{ _('Close') }}
{% endblock site_header %} {# Overridden in base_side_categories, which expands categories on the side of the page. #} {% block main_content %} {% block navbar %} {% endblock %} {# outer_content is for something you want above content on every page. #} {% block outer_content %}{% endblock %} {% block content %}{% endblock %} {% endblock %}
{# js #} {% block site_js %} {{ js('impala') }} {% endblock %} {% block js %}{% endblock %} {% block footer %} {# footer #} {% endblock %} {# Webtrends Stats Tracking #} {# End Webtrends #}