diff --git a/tos/templates/tos/tos_check.html b/tos/templates/tos/tos_check.html
index ea90009..236067c 100644
--- a/tos/templates/tos/tos_check.html
+++ b/tos/templates/tos/tos_check.html
@@ -2,7 +2,9 @@
{% if note %}
{{ note }}
{% else %}
- {% blocktrans %}Terms of Service as of {{ tos.created|date:"SHORT_DATE_FORMAT" }}{% endblocktrans %}
+ {% blocktranslate with tos_created=tos.created|date:"SHORT_DATE_FORMAT" %}
+ Terms of Service as of {{ tos_created }}
+ {% endblocktranslate %}
{% endif %}
{{ tos.content|safe }}