Status
{{ game.get_status_display }}
{% if game.mastered %}👑{% endif %}
Played
Platform{{ game.platform }}
Purchases
{% if purchase_count %}
{% else %}
No purchases yet.
{% endif %}
Sessions
{% if session_count %}
{% else %}
No sessions yet.
{% endif %}
Play Events
{% if playevent_count %}
{% else %}
No play events yet.
{% endif %}
History
{% for change in statuschanges %}
{% if change.timestamp %}{{ change.timestamp | date:"d/m/Y H:i" }}: Changed{% else %}At some point changed{% endif %} status from {{ change.get_old_status_display }} to {{ change.get_new_status_display }} (Edit, Delete)