{% extends "pretixpresale/event/base.html" %} {% load i18n %} {% load l10n %} {% load money %} {% load eventurl %} {% load eventsignal %} {% load thumb %} {% load rich_text %} {% load bootstrap3 %} {% block title %}{% trans "Time machine" %}{% endblock %} {% block content %}
{% trans "Time machine" %}
{% csrf_token %} {% bootstrap_form_errors timemachine_form "all" %}

{% trans "Test your shop as if it were a different date and time." %}

{% bootstrap_field timemachine_form.now_dt layout="inline" show_label=False %}
{% if request.now_dt_is_fake %} {% endif %}
{% csrf_token %}
{% endblock %}