{% extends "dashboard/base.html" %} {% block dashboard_content %}
| Sport | Status | Games | Time |
|---|---|---|---|
| {{ job.config.sport.short_name }} {{ job.config.season }} | {{ job.status|upper }} | {{ job.games_found }} | {{ job.created_at|timesince }} ago |
No recent scraper jobs.
{% endif %}| Config | Status | Records | Time |
|---|---|---|---|
| {{ sync.configuration.name }} | {{ sync.status|upper }} | {{ sync.records_synced }} | {{ sync.created_at|timesince }} ago |
No recent sync jobs.
{% endif %}| Sport | Teams | Stadiums | Games | Pending Reviews |
|---|---|---|---|---|
| {{ stat.sport.short_name }} - {{ stat.sport.name }} | {{ stat.teams }} | {{ stat.stadiums }} | {{ stat.games }} | {% if stat.pending_reviews %}{{ stat.pending_reviews }}{% else %}0{% endif %} |