{% extends "base.html" %} {% block title %}{{ title }}{% endblock title %} {% load static %} {% block content %}

{{ game.name }} (#{{ game.pk }})

{{ total_playtime }} ({{ first_session.timestamp_start | date:"M Y"}} — {{ last_session.timestamp_start | date:"M Y"}})


Editions

Purchases

Sessions

{% endblock content %}