{% import "macros.htm" as macros %} {% set title = element.title %} {{ title }} {{ macros.shared_style() }} {{ macros.body_header() }}

{{ title }}

Thumbnail
{% if element.description != None %}
{{ element.description }}
{% endif %}

Notes

{{ element.notes or "" }}

Properties

Part of Collections

Links

Blocked By

{{ macros.hidden_redirect_back() }}
{% if element.blocked_by %}
{% for sub_elem in element.blocked_by %} {% call macros.media_thumbnail_view( element=sub_elem, check_considered=True, ) %} {% call macros.post_form("/api/media/remove_blocking", "blocked_by", sub_elem.id|string, "X") %} {% endcall %} {% endcall %} {% endfor %}
{% endif %}

Is Blocking

{{ macros.hidden_redirect_back() }}
{% if element.is_blocking %}
{% for sub_elem in element.is_blocking %} {% call macros.media_thumbnail_view( element=sub_elem, check_considered=True, ) %} {% call macros.post_form("/api/media/remove_blocking", "is_blocking", sub_elem.id|string, "X") %} {% endcall %} {% endcall %} {% endfor %}
{% endif %}