{% set logged = request.user.is_authenticated() %} {% if not settings.ENGAGE_ROBOTS %} {% endif %} {% block extrameta %}{% endblock %} {% block title %}{{ _('Mozilla Marketplace') }}{% endblock %} {{ css('mkt/devreg') }} {% block site_css %} {% endblock %} {% block extrahead %} {% endblock %} {% include 'mobile/head_debug.html' %} {% if request.user.is_authenticated() %} {% endif %} {% 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 %}
{# 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 %}
{# js #} {% block site_js %} {% if not logged and waffle.switch('browserid-login') %} {% endif %} {{ js('mkt/devreg') }} {% if logged %} {% endif %} {% endblock %} {% block js %}{% endblock %} {# Webtrends Stats Tracking #} {% block js_extras %}{% endblock %} {# End Webtrends #}