{% if job.is_started %}
            
        {% endif %}
        {% if job.is_failed %}
            
        {% endif %}
        {% if not job.is_queued and not job.is_failed %}
            
        {% endif %}
    
    
        {% for result in job.results %}