{% extends 'base.html' %} {% block title %}Admin Dashboard - Game Tracker{% endblock %} {% block content %}
Manage tracked games
| Cover | Game | Status | Progress | Actions |
|---|---|---|---|---|
|
{% if game.cover_url %}
|
{{ game.name }}
{% if game.developer %}
{{ game.developer }}
{% endif %}
{% if game.platform %}
{{ game.platform }}
{% endif %}
|
{{ game.status }} | ||
Use the button below to search and add games to track!
Add Your First Game