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