{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {{ site_name }} - {{ title }}
{% include "partial/_navbar.html" %}
{{ 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 %}
{% csrf_token %} {{ form.game }}
{{ form.title.label }}
{{ form.title }}
{{ form.content.label }} {% trans '预览' %}
{{ form.content }}
{% trans '不知道什么是Markdown?可以参考' %}{% trans '这里' %}
{{ form.visibility.label }}{{ form.visibility }}
{{ form.media }}
{% include "partial/_footer.html" %}