{% if ADMIN_MESSAGE %}
{% endif %}
{{ ADMIN_MESSAGE|safe }}
{% endif %} {% if settings.READ_ONLY %}{{ _("Some features are temporarily disabled while we perform website maintenance. We'll be back to full capacity shortly.") }}
{% endif %}
{% block site_header %}
{% if waffle.flag('restyle') %}
{# .amo-header-wrapper #}
{% endif %}
{% endblock site_header %}
{# Overridden in base_side_categories, which expands categories
on the side of the page. #}
{% block main_content %}
{# outer_content is for something you want above content on every page. #}
{% block outer_content %}{% include "messages.html" %}{% endblock %}
{% block content %}{% endblock %}
{% endblock %}
{% endif %}
{% include "tabzilla.html" %}
{# .header-bg #}
{% block header_search %}
{% if waffle.flag('restyle') %}
{% block search_form %}
{% with query_term=query_term %}
{% include 'impala/search.html' %}
{% endwith %}
{% endblock %}
{% endblock %}
{% block site_header_title %}
{% include "impala/header_title.html" %}
{{ site_nav() }}
{% endblock %}
{% block navbar %}{% endblock %}
{% block site_stats %}{% endblock %}
{{ sharing_box() }}
{% block popups %}
{% endblock %}
{# js #}
{% block site_js %}
{{ js('common') }}
{% endblock %}
{% block js %}{% endblock %}
{% block footer %}
{# footer #}
{% endblock %}
{% trans %} To create your own collections, you must have a Mozilla Add-ons account. {% endtrans %}
{% trans login=login_link() %} or log in to your current account {% endtrans %}