{% load i18n %} {% load common_filters %} {% load common_tags %} {% comment %} {% endcomment %}
No Activities | ||
{% ifequal j.status "in progress" %} |
Move to Group '{{ j.group }}' | |
{% ifequal j.status "in progress" %} |
Send email | |
{% ifequal j.status "in progress" %}
|
{% if j.delmany %}
Delete {{ j.delmany }} {{ j.dtype }}s
{% else %}
Delete {{ j.dtype }}
{% endif %}
{% if j.dreport %}Error: ({{ j.dreport }}){% endif %}
|
|
{% ifequal j.status "in progress" %}
|
{% for k,v in j.results.iteritems %}
{% if v.type and v.id %}
{% comment %}
{% if v.name %}
{{ v.name|truncatebefor:"30" }} {% else %} {{ v.type }} ID: {{ v.id }}
{% endif %}
{% endcomment %}
{{ v }}
{% endif %}
{% endfor %}
{% if not j.results %}
{% else %}
{% endif %}
{% ifequal j.status 'no processor available' %}
No Processor Available
{% else %}
{{ j.job_name }}
{% endifequal %}
|