{% if error %}
{{ error }}

Want to try again?

Connect with Steam
{% elif games %}

Import from Steam {{ games|length }} games

{% csrf_token %}
{% for game in games %} {% endfor %}
Game Hours played
{% if game.already_imported %} {% else %} {% endif %} {{ game.name }} {% if game.already_imported %}already in backlog{% endif %} {{ game.hours }}h
{% else %}

Import from Steam

Connect your Steam account to import your library.

Connect with Steam
{% endif %}