{% extends "base.html" %} {% block content_header %}
# | Month | Day of Month | Day of Week | Hour | Spider | Priority | Args | Tags | Enabled | Action | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ job_instance.job_instance_id }} | {{ job_instance.cron_month }} | {{ job_instance.cron_day_of_month }} | {{ job_instance.cron_day_of_week }} | {{ job_instance.cron_hour }} | {{ job_instance.spider_name }} | {% if job_instance.priority == -1 %}LOW | {% elif job_instance.priority == 0 %}NORMAL | {% elif job_instance.priority == 1 %}HIGH | {% elif job_instance.priority == 2 %}HIGHEST | {% endif %}{{ job_instance.spider_arguments }} | {{ job_instance.tags }} | {% if job_instance.enabled %}Enabled | {% else %}Disabled | {% endif %}Run Remove |