{% extends "error.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Shop offline" %}{% endblock %} {% block content %}

{% trans "Shop offline" %}

{% trans "This ticket shop is currently turned off." %}

{% trans "It is only accessible to authenticated team members." %}

{% trans "Please try again later." %}

{% if request.user.is_staff and not staff_session %}

{% csrf_token %}

{% endif %}
{% endblock %}