{% load staticfiles %} {% load i18n %} {% if time_limit_seconds %}

{% blocktrans %}Time left to complete this page:{% endblocktrans %}

: {% if timer_message %}

{{ timer_message }}

{% endif %}
{% endif %}