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

{{ game.name }} (#{{ game.pk }}) {% url 'edit_game' game.id as edit_url %} {% include 'components/edit_button.html' with edit_url=edit_url %}

{{ hours_sum }} total {{ session_average }} avg ({{ playrange }})


Editions ({{ edition_count }}) and Purchases ({{ purchase_count }})

Sessions ({{ session_count }}) {% url 'view_game_start_session_from_session' latest_session_id as add_session_link %} New and Notes ({{ sessions_with_notes_count }})

{% endblock content %}