{% extends 'base.html' %} {% block content %}
| Sport | Teams | Stadiums | Games | Pending Reviews |
|---|---|---|---|---|
|
{{ stat.sport.short_name }}
{{ stat.sport.name }}
|
{{ stat.teams }} | {{ stat.stadiums }} | {{ stat.games }} | {% if stat.pending_reviews > 0 %} {{ stat.pending_reviews }} {% else %} 0 {% endif %} |