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