{% extends "webclient/base/base.html" %} {% load i18n %} {% load markup %} {% load custom_tags %} {% block link %} {% endblock %} {% block jscript %} {% endblock %} {% block script %} {% endblock %} {% block center %}

Jobs status

{% if sizeOfJobs %}
{% for k,v in jobs.iteritems %} {% endfor %}
{% 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" %} {% endifequal %} {% if v.dreport %}{{ v.derror }} error(s) ({{ v.dreport }}){% endif %}
{% else %}

{% trans "There are no jobs" %}

{% endif %} {% endblock %} {% block right %}

{% trans "Status of your jobs" %}

{% 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 %}

{% endblock %}