{% 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" %}
{{ song.title }} {{ song.get_source_site_display }}
{% if song.artist %}{% trans '艺术家:' %} {% for artist in song.artist %} 5 %}style="display: none;" {% endif %}> {{ artist }} {% if not forloop.last %} / {% endif %} {% endfor %} {% if song.artist|length > 5 %} {% trans '更多' %} {% endif %} {% endif %}
{% if song.genre %}{% trans '流派:' %}{{ song.genre }}{% endif %}
{% if song.album %}{% trans '所属专辑:' %} {{ song.album }} {% endif %}
{% if song.release_date %}{% trans '发行日期:' %}{{ song.release_date }}{% endif %}
{% if song.rating %} {% trans '评分:' %} {{ song.rating }} {% endif %}
{% csrf_token %} {{ form.song }}
{{ 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" %}