{% if job.is_failed %}
{% endif %}
{% if not job.is_queued and not job.is_failed %}
{% endif %}
{% extends "admin/base_site.html" %} {% load admin_static django_rq %} {% block title %}Job {{ job.id }} {{ block.super }}{% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content_title %}