diff --git a/src/pretix/presale/templates/pretixpresale/event/base.html b/src/pretix/presale/templates/pretixpresale/event/base.html index b8271a7101..b11a3421ba 100644 --- a/src/pretix/presale/templates/pretixpresale/event/base.html +++ b/src/pretix/presale/templates/pretixpresale/event/base.html @@ -33,21 +33,6 @@ {% endif %} - {% if request.now_dt_is_fake %} -
- {% endif %}{% trans "Warning" context "alert-messages" %}:
- {% trans "This ticket shop is currently in test mode. Please do not perform any real purchases as your order might be deleted without notice." %}
+
+ {% trans "Warning" context "alert-messages" %}:
+ {% trans "This ticket shop is currently in test mode." %}
+ {% trans "Please do not perform any real purchases as your order might be deleted without notice." %}
+
+ {% blocktrans trimmed with datetime=request.now_dt|date:"SHORT_DATETIME_FORMAT" %}
+ You are currently using the time machine. The ticket shop is rendered as if it were {{ datetime }}.
+ {% endblocktrans %}
+ {% trans "Change" %}
+
+ {% eventurl event "presale:event.timemachine" as time_machine_link %}
+ {% blocktrans trimmed with time_machine_link=time_machine_link %}
+ To view your shop at different points in time, you can enable
+ time machine.
+ {% endblocktrans %}
+
+ {% url "control:event.transfer_session" event=event.slug organizer=event.organizer.slug as time_machine_link %}
+ {% blocktrans trimmed with time_machine_link=time_machine_link %}
+ To view your shop at different points in time, you can enable
+ time machine.
+ {% endblocktrans %}
+
{% trans "Warning" context "alert-messages" %}:
- {% trans "This ticket shop is currently in test mode. Please do not perform any real purchases as your order might be deleted without notice." %}
+
+ {% trans "Warning" context "alert-messages" %}:
+ {% trans "This ticket shop is currently in test mode." %}
+ {% trans "Please do not perform any real purchases as your order might be deleted without notice." %}
+