{% extends "error.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Shop offline" %}{% endblock %} {% block content %}
{% trans "This ticket shop is currently turned off." %}
{% trans "It is only accessible to authenticated team members." %}
{% trans "Please try again later." %}
{% trans "Take a step back" %} · {% trans "Try again" %}
{% if request.user.is_staff and not staff_session %} {% endif %}