Name
Date
Game
Rounds
Models
{{ folder_name }}
{% if game.created_timestamp %}
{{ game.created_timestamp|format_timestamp }}
{% else %}
-
{% endif %}
{% if game.game_name %}
{{ game.game_name }}
{% else %}
-
{% endif %}
{% if game.round_info %}
{{ game.round_info[0] }}/{{ game.round_info[1] }}
{% else %}
?
{% endif %}
{% if game.models %}
{% for model in game.models %}
{{ model|strip_model_prefix }}
{% endfor %}
{% else %}
-
{% endif %}