{% extends 'base.html' %}
{% block title %}Sessions{% 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 game %}
Filtering by "{% firstof purchase platform game %}"
{% if purchase %}See all platforms{% endif %}
{% endif %}
{% if dataset.count >= 1 %}
{% endif %}