killmybacklog.com
← Back to backlog
{% if error %}
{{ error }}
Want to try again?
Connect with Steam
{% elif games %}
Import from Steam
{{ games|length }} games
{% csrf_token %}
Import selected
Select all
Deselect all
Game
Hours played
{% for game in games %}
{% if game.already_imported %}
{% else %}
{% endif %}
{{ game.name }} {% if game.already_imported %}
already in backlog
{% endif %}
{{ game.hours }}h
{% endfor %}
{% else %}
Import from Steam
Connect your Steam account to import your library.
Connect with Steam
{% endif %}