{% extends "base.html" %} {% load static %} {% block "content" %}
{{ game.get_player_range }}
{{ game.duration|default:"(Durée de jeu inconnue)" }}
{% for tag in game.tags.all %} {{ tag }}{% if not forloop.last %},{% endif %} {% empty %} (Aucun tag) {% endfor %}
{{ game.game_designer|default:"(Game designer inconnu·e)" }}
{{ game.illustrator|default:"(Illustrateur·trice inconnu·e)" }}
{{ game.editor|default:"(Éditeur inconnu)" }}
{{ game.missing_elements|linebreaksbr }}
{% endif %}