{% extends "dashboard/base.html" %} {% block dashboard_content %}
| 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 %} |