Welcome. {% for project in projects %} {% if project.spiders %} {% for spider in project.spiders[0:1]%} {% if spider.historical_jobs %} {% if spider.historical_jobs[0].status == 2 %} {% else %} {% end %} {% else %} {% end %} {% end %} {% end %} {% for spider in project.spiders[1:] %} {% if spider.historical_jobs %} {% if spider.historical_jobs[0].status == 2 %} {% else %} {% end %} {% else %} {% end %} {% end %} {% end %}
Project Spiders Last Run Last Status Last Items
{{project.name}} {{spider.name}} {% if spider.historical_jobs %} {{spider.historical_jobs[0].start_time}} {% end %} SUCCESSFAIL {% if spider.historical_jobs %} {{spider.historical_jobs[0].items_count}} {% end %}
{{spider.name}} {% if spider.historical_jobs %} {{spider.historical_jobs[0].start_time}} {% end %} SUCCESSFAIL {% if spider.historical_jobs %} {{spider.historical_jobs[0].items_count}} {% end %}