{% trans '确认删除这个游戏吗?相关评论和标记将一并删除。' %}
{{ game.title }} {{ game.get_source_site_display }}
{% if game.rating %} {% trans '评分:' %} {% else %} {% trans '评分:暂无评分' %} {% endif %} {% if game.last_editor %}
{% trans '最近编辑者:' %}
{{ game.last_editor | default:"" }}
{% endif %}
{% trans '上次编辑时间:' %}{{ game.edited_time }}
{% if game.game_marks.all %}
{% trans '这个条目有' %} {{ game.game_marks.count }} 个标记
{% endif %}
{% if game.game_reviews.all %}
{% trans '这个条目有' %} {{ game.game_reviews.count }} 个评论
{% endif %}