{% load static %}
Timetracker - {% block title %}Untitled{% endblock title %}
Timetracker
New
{% if purchase_available %}
Device
{% endif %}
Game
{% if game_available and platform_available %}
Edition
{% endif %}
Platform
{% if edition_available %}
Purchase
{% endif %} {% if purchase_available %}
Session
{% endif %}
{% if session_count > 0 %}
Stats
{% for year in stats_dropdown_year_range %}
{{ year }}
{% endfor %}
All Sessions
{% endif %}
{% block content %}No content here.{% endblock content %}
{% load version %}
{% version %} ({% version_date %})
{% block scripts %}{% endblock scripts %}