{% extends 'base.html' %}
{% block title %}{{ title }}{% endblock title %}
{% block content %}
{% if dataset.count >= 2 %}
{% endif %}
{% if dataset.count >= 1 %}
Total playtime: {{ total_duration }} over {{ dataset.count }} sessions.
{% endif %}
{% if purchase or platform or edition or game or ownership_type %}
Filtering by "{% firstof purchase platform game edition ownership_type %}"
{% if purchase %}See all platforms{% endif %}
{% endif %}
{% if dataset.count >= 1 %}
{% endif %}
Purchase
Platform
Start
End
Duration
Manage
{% for data in dataset %}
{{ data.purchase.edition }} ({{ data.purchase.get_ownership_type_display }})
(G,
E,
P,
O)