- {% trans "You are currently using the time machine. The ticket shop is rendered as if it were" %} {{ request.now_dt }}
-
- {% trans "Change" %}
-
+ {% 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" %}