{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load highlight %} {% load thumb %} {{ site_name }} - {{ game.title }}{% trans '的评论' %}
{% include "partial/_navbar.html" %}
{{ game.title }}{% trans ' 的评论' %}
{{ 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 '评分:' %} {{ game.rating }} {% endif %}
{% include "partial/_footer.html" %}