{% load i18n %} {% load l10n %} {% load extratags %}
{% trans "Request submitted" %} | {% blocktrans with map.submission_time|timesince as since %}{{since}} ago{% endblocktrans %} |
{% trans "Rendering started" %} | {% blocktrans with map.submission_time|timesince as since %}{{since}} ago{% endblocktrans %}, {% blocktrans %}after {{ duration}} in the queue{% endblocktrans %} |
{% trans "Rendering started" %} | {% blocktrans with map.startofrendering_time|timesince as since %}{{since}} ago{% endblocktrans %}, {% blocktrans %}after {{ duration}} in the queue{% endblocktrans %} |
{% trans "Rendering completed" %} | {% blocktrans with map.endofrendering_time|timesince as since %}{{since}} ago{% endblocktrans %}, {% blocktrans %}after {{ duration }} {% endblocktrans %} |
{% trans "Rendering cancelled" %} | {{ date }} |