{% import "header.html" as header %} {% import "cards.html" as cards %} {{photo.basename}} | Photos {% if theme %}{% endif %} {{header.make_header(session=session)}}

{{photo.basename}}

Tags

  • {% set tags = photo.get_tags()|sort(attribute='name') %} {% for tag in tags %}
  • {{cards.create_tag_card(tag, link="info", with_alt_description=True)}}
  • {% endfor %}

File info

    {% 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 %}
  • {% if request.is_localhost %}
  • {% endif %}
  • Download as original filename
  • Download as {{photo.id}}.{{photo.extension}}
{% set albums = photo.get_containing_albums() %} {% if albums %}

Albums containing this photo

{% endif %}