{% set title = "Placeholder Title" %} {% set subtitle = image.uuid %} {% include "page-top.html" %}

Versions

    {% for img in image.files %}
  • {{ img.uuid }}
    {{ img.path | basename }}
    {{ img.size | filesizeformat }}{% if img.width %} - {{ img.width }} x {{ img.height }}{% endif %}
    {% if img.orientation > 0 %}
    Rotation: {{ img.orientation * 90 }}°
    {% endif %}
    {{ img.format }}
  • {% endfor %}

Tags add

{% include "page-bottom.html" %}