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