- {# TODO this should be in the settings page #} - {% trans "Import Collection" %} - {% trans "Import Lists" %} + +
+
+ Games +
[[ info.games ]]
+
+
+ Hours +
[[ info.hours ]]
+
+
+ Completion Rate +
[[ info.completion_rate ]] %
+
+
+ +
+
+
+
+

{% trans "Collection Summary" %}

+ +
+
+ +
+ + + + + + + + + +
+ + +
+

List

+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
+

{% trans "Queue" %}

+
[[ parseFloat((info.queue / info.total) * 100).toFixed(2)]]%
+

Playing

+
[[ parseFloat((info.playing / info.total) * 100).toFixed(2)]]%
+

Played

+
[[ parseFloat((info.played / info.total) * 100).toFixed(2)]]%
+

Finished

+
[[ parseFloat((info.finished / info.total) * 100).toFixed(2)]]%
+

Abandoned

+
[[ parseFloat((info.abandoned / info.total) * 100).toFixed(2)]]%
+
+
+
+
+
+ +