{% extends 'base.html' %} {% block content %}
| Sport | Teams | Stadiums | Games | Reviews |
|---|---|---|---|---|
| {{ stat.sport.short_name }} | {{ stat.teams }} | {{ stat.stadiums }} | {{ stat.games }} | {% if stat.pending_reviews > 0 %} {{ stat.pending_reviews }} {% else %} 0 {% endif %} |
| No sports configured | ||||
| Sport | Status | Games | Time |
|---|---|---|---|
| {{ job.config.sport.short_name }} | {% if job.status == 'completed' %} Completed {% elif job.status == 'running' %} Running {% elif job.status == 'failed' %} Failed {% else %} {{ job.status }} {% endif %} | {{ job.games_found }} | {{ job.created_at|timesince }} ago |
| No recent jobs | |||
| Type | Status | Records | Time |
|---|---|---|---|
| {{ sync.sync_type }} | {% if sync.status == 'completed' %} Completed {% elif sync.status == 'running' %} Running {% elif sync.status == 'failed' %} Failed {% else %} {{ sync.status }} {% endif %} | {{ sync.records_synced }} | {{ sync.created_at|timesince }} ago |
| No recent syncs | |||