{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {% trans 'NiceDB - ' %}{{ user.username }}{{ list_title }}
{% include "partial/_navbar.html" %}
{{ 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 %}
    {% trans '无结果' %}
    {% endfor %}
{% trans '关注的人' %}
{% trans '更多' %}
{% trans '被他们关注' %}
{% trans '更多' %}
{% include "partial/_footer.html" %}
{% if user == request.user %} {% else %} {% endif %}