{% if request.is_ajax() and not SKIP_FRAGMENT %} {% extends 'mkt/fragment.html' %} {% endif %} {% set logged = request.user.is_authenticated() %} {% if not settings.ENGAGE_ROBOTS %} {% endif %} {% block extrameta %}{% endblock %} {% block title %}{{ _('Mozilla Marketplace') }}{% endblock %} {% block site_css %} {{ css('mkt/consumer') }} {% endblock %} {% block extrahead %}{% endblock %} {% block debug %} {% include "mobile/head_debug.html" %} {% endblock %} {% if logged %} {% endif %} {% block siteheader %} {% include 'mkt/header.html' %} {% endblock %}
{# `outer_content` is for stuff you want above `content` on every page. #} {% block outer_content %} {% include 'site/messages/display.html' %} {% endblock %} {% block content %} {% endblock %}
{% block sitefooter %} {% endblock %} {% include 'purchase/start.html' %} {% include 'purchase/message.html' %} {{ review_popups() }} {% if not logged %}

{{ _('Please sign in') }}

{# TODO(copy): Localize when BrowserID is called Persona. #} {% with personaid_url='https://browserid.org/' %} Just log in or register with your BrowserID account below. {% endwith %}

Additional authorization required

{% endif %} {% block dbgoverlay %}{% endblock %} {# js #} {% block site_js %} {# When bug 755694 is solved, expose the shim again. #} {# #} {% if not logged %} {# We need Persona for only non-authenticated users. #} {% endif %} {{ js('mkt/consumer') }} {% endblock %} {% block paypal_js %} {% if logged %} {# We need PayPal for only authenticated users. #} {% endif %} {% endblock %} {% block js %}{% endblock %}