{% 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 tabzilla_css %} {% endblock %} {% block site_css %} {{ css('zamboni/impala') }} {{ css('restyle/css') }} {% endblock %} {% block extrahead %}{% endblock %} {% include "mobile/head_debug.html" %} {% if request.user.is_authenticated() %} {% endif %} {{ js('preload') }}
{% block site_header %}
{% include "tabzilla.html" %}
{% 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 %} {# outer_content is for something you want above content on every page. #} {% block outer_content %}{% include "messages.html" %}{% endblock %} {% block amo_balloons %} {% if APP == amo.FIREFOX %}

{% 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') }}
{% endif %}
{# 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') }}
{% endblock %} {% block header_content %}{% endblock header_content %}
{# .header-bg #}
{# .amo-header-wrapper #} {% endblock site_header %} {# Overridden in base_side_categories, which expands categories on the side of the page. #} {% block main_content %} {% block navbar %} {% endblock %} {% block content %}{% endblock %} {% endblock %}
{% block footer %} {# footer #} {% endblock %} {# js #} {% block site_js %} {{ js('impala') }} {% endblock %} {% block js %}{% endblock %} {% block js_extras %}{% endblock %}