{{ suggestion.title }}
{{ suggestion.upvoting_users.count }}
{{ suggestion.price }} €
{{ suggestion.get_player_range }}
{% if suggestion.duration %}
{{ suggestion.duration }}
{% endif %}
{% if suggestion.category %}
{{ suggestion.category }}
{% endif %}
{% for tag in suggestion.tags.all %}
{{ tag }}
{% endfor %}
{% if suggestion.game_designer %}
{{ suggestion.game_designer }}
{% endif %}
{% if suggestion.illustrator %}
{{ suggestion.illustrator }}
{% endif %}
{% if suggestion.editor %}
{{ suggestion.editor }}
{% endif %}