{{ game.title }} {{ game.get_source_site_display }}
{% if game.other_title %}{% trans '别名:' %}
{% for other_title in game.other_title %}
5 %}style="display: none;" {% endif %}>
{{ other_title }}
{% if not forloop.last %} / {% endif %}
{% endfor %}
{% if game.other_title|length > 5 %}
{% trans '更多' %}
{% endif %}
{% endif %}
{% if game.genre %}{% trans '类型:' %}
{% for genre in game.genre %}
{{ genre }}{% if not forloop.last %} / {% endif %}
{% endfor %}
{% endif %}
{% if game.developer %}{% trans '开发商:' %}
{% for developer in game.developer %}
{{ developer }}{% if not forloop.last %} / {% endif %}
{% endfor %}
{% endif %}
{% if game.publisher %}{% trans '发行商:' %}
{% for publisher in game.publisher %}
{{ publisher }}{% if not forloop.last %} / {% endif %}
{% endfor %}
{% endif %}
{% if game.release_date %}
{% trans '发行日期:' %}{{ game.release_date }}
{% endif %}
{% if game.other_info %}
{% for k, v in game.other_info.items %}
{{ k }}:{{ v | urlize }}
{% endfor %}
{% endif %}
{% if game.platform %}{% trans '平台:' %}
{% for platform in game.platform %}
{{ platform }}{% if not forloop.last %} / {% endif %}
{% endfor %}
{% endif %}
{% if game.last_editor and game.last_editor.preference.show_last_edit or user.is_staff %}
{% trans '最近编辑者:' %}{{ game.last_editor | default:"" }}
{% endif %}
{% trans '编辑这个游戏' %}
{% if user.is_staff %}
/ {% trans '删除' %}
{% endif %}
{% for tag_dict in game_tag_list %}
{% for k, v in tag_dict.items %}
{% if k == 'content' %}
{{ v }}
{% endif %}
{% endfor %}
{% endfor %}
{% trans '简介' %}
{{ game.brief | linebreaksbr }}
{% trans '这个游戏的标记' %}
{% if mark_list_more %} {% trans '全部标记' %} {% endif %} 关注的人的标记 {% include "partial/mark_list.html" with mark_list=mark_list current_item=game %}{% trans '这个游戏的评论' %}
{% if review_list_more %} {% trans '全部评论' %} {% endif %} {% if review_list %}-
{% for others_review in review_list %}
- {{ others_review.owner.username }} {% if others_review.visibility > 0 %} {% endif %} {{ others_review.edited_time }} {{ others_review.title }} {{ others_review.get_plain_content | truncate:100 }} {% endfor %}
{% trans '暂无评论' %}
{% endif %}
{% if mark %}
{% endif %}
{% trans '我' %}{{ mark.get_status_display }}
{% if mark.status == status_enum.DO.value or mark.status == status_enum.COLLECT.value%}
{% if mark.rating %}
{% endif %}
{% endif %}
{% if mark.visibility > 0 %}
{% endif %}
{% trans '修改' %}
{% else %}
{{ mark.created_time }}
{% if mark.text %}
{{ mark.text }}
{% endif %}
{% for tag in mark_tags %}
{{ tag }}
{% endfor %}
{% trans '标记这个游戏' %}
{% if review %}
{% endif %}
{% if collection_list %}
{% trans '我的评论' %}
{% if review.visibility > 0 %}
{% endif %}
{% trans '编辑' %}
{% trans '删除' %}
{% else %}
{{ review.edited_time }}
{{ review.title }}
{% trans '我的评论' %}
{% trans '相关收藏单' %}
{% for c in collection_list %}
{% endfor %}