{% extends "dashboard/base.html" %} {% block dashboard_content %}
| Sport | Season | Enabled | Last Run | Status | Games | Actions |
|---|---|---|---|---|---|---|
| {{ config.sport.short_name }} | {{ config.sport.get_season_display }} | {% if config.is_enabled %}✓{% else %}✗{% endif %} | {% if config.last_run %}{{ config.last_run|timesince }} ago{% else %}-{% endif %} | {% if config.last_run_status %} {{ config.last_run_status|upper }} {% else %}-{% endif %} | {{ config.last_run_games }} |
| ID | Sport | Status | Trigger | Started | Duration | Games | Reviews |
|---|---|---|---|---|---|---|---|
| {{ job.id }} | {{ job.config.sport.short_name }} {{ job.config.season }} | {{ job.status|upper }} | {{ job.triggered_by }} | {% if job.started_at %}{{ job.started_at|timesince }} ago{% else %}-{% endif %} | {{ job.duration_display }} | {% if job.games_found %} {{ job.games_found }} ({{ job.games_new }} new, {{ job.games_updated }} upd) {% else %}-{% endif %} | {% if job.review_items_created %}{{ job.review_items_created }}{% else %}-{% endif %} |