{% extends 'base.html' %}
{% load static %}
{% 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 %}