{% if job.is_failed %}
            
        {% endif %}
        {% if not job.is_queued and not job.is_failed %}
            
        {% endif %}
    
    
        {% for result in job.results %}
        
{% extends "admin/change_list.html" %} {% load static django_rq %} {% block title %}Job {{ job.id }} {{ block.super }}{% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content_title %}