{% extends "item_base.html" %} {% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load strip_scheme %} {% load thumb %} {% block head %} {% endblock %} {% block details %}
{% if item.genre %} {% trans '类型:' %} {% for genre in item.genre %} {{ genre }} {% if not forloop.last %}/{% endif %} {% endfor %} {% endif %}
{% if item.official_site %} {% trans '网站:' %}{{ item.official_site|urlizetrunc:24 }} {% endif %}
{% if item.hosts %} {% trans '主播:' %} {% for host in item.hosts %} 5 %}style="display: none;"{% endif %}> {{ host }} {% if not forloop.last %}/{% endif %} {% endfor %} {% if item.hosts|length > 5 %} {% trans '更多' %} {% endif %} {% endif %}
{% endblock %} {% block content %}
{% trans '近期节目' %}
{% endblock %} {% block left_sidebar %}
{% endblock %}