{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load mastodon %} {% load strip_scheme %} {% load thumb %} {% load user_actions %} {% load duration %} {% if item.has_cover %}{% endif %} {% if item.is_deleted or item.merged_to_item %}{% endif %} {{ site_name }} - {% trans item.category.label %} | {{ item.display_title }} {% include "common_libs.html" %} {% block head %}{% endblock %} {% include "_header.html" %}
{% if item.is_deleted %}[DELETED]{% endif %} {% if item.merged_to_item %} [MERGED TO {{ item.merged_to_item.display_title }}] {% endif %}

{{ item.display_title }} {% if item.year %}({{ item.year }}){% endif %}

{% for res in item.external_resources.all %} {{ res.site_label }} {% endfor %}
{{ item.display_title }}
{% if request.user.is_authenticated and not mark.shelf_type %}
{% for k, v in shelf_statuses %} {% if v and k != 'dropped' %} {% endif %} {% endfor %}
{% endif %} {% if request.user.is_authenticated and mark.shelf_type %}
{% endif %}
{% if request.user.is_authenticated %} {% include "_item_user_pieces.html" %} {% else %}

{% trans 'Login or register to review or add this item to your collection.' %}

{% endif %} {% block sidebar %}{% endblock %} {% if collection_list %}
{% trans 'Related Collections' %}
{% for c in collection_list %}

{{ c.title }} {% if c.visibility > 0 %}{% endif %}

{% endfor %}
{% endif %}
{% block details %}
{% trans 'Unsupported item type.' %}
UUID: {{ item.uuid }}
Class: {{ item.class_name }}
Category: {{ item.category }}
{% endblock %} {% if request.user.is_authenticated %}
{% if item.last_editor and item.last_editor.preference.show_last_edit %} {% trans 'Last edited' %}: {{ item.last_editor.display_name | default:"" }} {% endif %}
{% endif %}

{{ item.rating | floatformat:1 }} / 10

{{ item.rating_count }} {% trans 'ratings' %}

{% trans 'No enough ratings' %}
{% for tag in item.tags %} {{ tag }} {% endfor %}
{% block left_sidebar %}{% endblock %}

{% if item.display_subtitle %}{{ item.display_subtitle }}{% endif %} {% if item.orig_title and item.orig_title != item.display_title %}

{{ item.orig_title }} {% if item.season_number %}Season {{ item.season_number }}{% endif %}

{% endif %} {% if item.parent_item %} {% trans 'part of' %} {{ item.parent_item.type.label }}: {{ item.parent_item.display_title }} {% endif %}

{% if item.author or item.translator %}

{% include '_people.html' with people=item.author _role='author' max=2 %}    {% include '_people.html' with people=item.translator role='translator' max=2 %}

{% endif %}
{% trans 'overview' %}
{% if item.display_description %}

{{ item.display_description | linebreaksbr }}

{% elif item.parent_item.display_description %}

{{ item.parent_item.display_description | linebreaksbr }}

{% else %}

{% trans 'nothing so far.' %}

{% endif %} {% block content %}{% endblock %}
{% trans 'comments' %} {% if request.user.is_authenticated %} | {% trans 'marks' %} | {% trans 'marks from who you follow' %} {% endif %}
{% trans 'reviews' %}
{% include "_footer.html" %}