{{ game.title }}{% trans ' 的标记' %}
{% include "partial/mark_list.html" with mark_list=marks current_item=game %}
{% if marks.pagination.has_prev %}
«
‹
{% endif %}
{% for page in marks.pagination.page_range %}
{% if page == marks.pagination.current_page %}
{{ page }}
{% else %}
{{ page }}
{% endif %}
{% endfor %}
{% if marks.pagination.has_next %}
›
»
{% endif %}
{{ game.title }} {{ game.get_source_site_display }}
{% 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.release_date %}
{% trans '发行日期:' %}{{ game.release_date }}
{% endif %}
{% if game.rating %}
{% trans '评分:' %}
{% endif %}