{% import "header.html" as header %} {% import "tag_object.html" as tag_object %}
{{photo.basename}} | Photos
{% if theme %}
{% endif %} {{header.make_header(session=session)}}
Tags
add
{% set tags = photo.get_tags()|sort_tags %} {% for tag in tags %}
{{tag_object.tag_object(tag, with_alt_description=True)}}
{% endfor %}
File info
refresh
Filename: {{photo.basename}}
{% set author = photo.get_author() %} {% if author is not none %}
Author:
{{author.display_name}}
{% endif %} {% if photo.width %}
Dimensions: {{photo.width}}x{{photo.height}} px
Aspect ratio: {{photo.ratio}}
{% endif %}
Size: {{photo.bytes|bytestring}}
{% if photo.duration %}
Duration: {{photo.duration_string}}
Overall Bitrate: {{photo.bitrate|int}} kbps
{% endif %}
Download as original filename
Download as {{photo.id}}.{{photo.extension}}
Clipboard
{% set albums = photo.get_containing_albums() %} {% if albums %}
Albums containing this photo
{% for album in albums %}
{{album.display_name}}
{% endfor %}
{% endif %}
←Before
|
After→
{% if photo.simple_mimetype == "image" %}
{% elif photo.simple_mimetype == "video" %}
{% elif photo.simple_mimetype == "audio" %}
{% else %}
View {{photo.basename}}
{% endif %}
{% if photo.simple_mimetype == "video" %}
Capture thumbnail
{% endif %}