{{ user.username }}{{ list_title }}
-
{% for mark in marks %}
-
{% if mark.game.other_title %}{% trans '别名' %} {% for other_title in mark.game.other_title %} {{ other_title }}{% if not forloop.last %} {% endif %} {% endfor %}/ {% endif %} {% if mark.game.developer %}{% trans '开发商' %} {% for developer in mark.game.developer %} {{ developer }}{% if not forloop.last %} {% endif %} {% endfor %}/ {% endif %} {% if mark.game.genre %}{% trans '类型' %} {% for genre in mark.game.genre %} {{ genre }}{% if not forloop.last %} {% endif %} {% endfor %}/ {% endif %} {% if mark.game.platform %}{% trans '平台' %} {% for platform in mark.game.platform %} {{ platform }}{% if not forloop.last %} {% endif %} {% endfor %}/ {% endif %}
{{ mark.game.brief }}
{% for tag_dict in mark.game.tag_list %} {% for k, v in tag_dict.items %} {% if k == 'content' %} {{ v }} {% endif %} {% endfor %} {% endfor %}-
{% if mark.rating %}
{% endif %}
{% if mark.is_private %}
{% endif %}
{% trans '于' %} {{ mark.edited_time }} {% trans '标记' %}
{% if mark.text %}
{{ mark.text }}
{% endif %}
{% empty %}
-
{% if mark.rating %}
{% endif %}
{% if mark.is_private %}
{% endif %}
{% trans '于' %} {{ mark.edited_time }} {% trans '标记' %}
{% if mark.text %}
{% trans '无结果' %}
{% endfor %}
{% 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 %}