{% extends "webclient/base/base.html" %} {% load i18n %} {% load markup %} {% load custom_tags %} {% block link %} {% endblock %} {% block jscript %} {% endblock %} {% block script %} {% endblock %} {% block center %}
{% trans "Job" %} | {% trans "Status" %} |
---|---|
{% if v.delmany %} Delete {{ v.delmany }} {{ v.dtype }}(s): {% for iid in v.did %} {% ifequal v.dstatus "failed" %} {{ v.dtype }} {{ iid }}, {% else %} {{ iid }}, {% endifequal %} {% endfor %} {% else %} Delete {% ifequal v.dstatus "failed" %} {{ v.dtype }} {{ v.did }} {% else %} {{ v.dtype }} {{ v.did }} {% endifequal %} {% endif %} | {{ v.dstatus|capfirst }}{% ifequal v.dstatus "in progress" %} |
{% trans "There are no jobs" %}
{% endif %} {% endblock %} {% block right %}{% trans "This page shows the current status of your jobs." %} {% if not status.sizeOfJobs %} {% trans "Currently you have no awaiting jobs." %} {% else %} {% trans "Awaiting jobs are sting in the queue." %} {% endif %}