{% load thumb %} {% load highlight %} {% load i18n %} {% load l10n %} {% load neo %} {% current_user_marked_item game as marked %}
  • {% if not marked %} {% endif %}
    {% if editable %}
    {% if not forloop.first %} {% endif %} {% if not forloop.last %} {% endif %}
    {% endif %} {% if game.rating %}
    {{ game.rating }} {% else %}
    {% trans '暂无评分' %}
    {% endif %} {% if game.other_title %}{% trans '别名' %}: {% for other_title in game.other_title %} {{ other_title }}{% 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.genre %}{% trans '类型' %}: {% for genre in game.genre %} {{ genre }}{% if not forloop.last %} {% endif %} {% endfor %}/ {% endif %} {% if game.platform %}{% trans '平台' %}: {% for platform in game.platform %} {{ platform }}{% if not forloop.last %} {% endif %} {% endfor %} {% endif %}

    {{ game.brief }}

    {% for tag_dict in game.top_tags %} {{ tag_dict.content }} {% endfor %}
    {% if mark %}
    • {% if mark.rating %} {% endif %} {% if mark.visibility > 0 %} {% endif %} {% trans '于' %} {{ mark.created_time }} {% if status == 'reviewed' %} {% trans '评论' %}: {{ mark.title }} {% else %} {% trans '标记' %} {% endif %} {% if mark.text %}

      {{ mark.text }}

      {% endif %}
    {% endif %} {% if collectionitem %}
    • {% include "show_item_comment.html" %}

    {% endif %}