{% extends "base.html" %} {% load static %} {% load django_bootstrap5 %} {% load pictures %} {% load humanize %} {% block title %}File details{% endblock title %} {% block extra_head %} {% endblock extra_head %} {% block main_content %}
{{ file.description }}
{% else %}N/A{% endif %}Ratio | Mimetype | Sizes |
---|---|---|
{{ ratio|default:"Default" }} | {{ filetype }} | {% for width, thumbnail in sizes.items %}{{ width }}*{{ thumbnail.height }} {% endfor %} |
Original: {{ file.width }}*{{ file.height }} AR {{ file.aspect_ratio }} ({{ file.file_size|intcomma }} bytes {{ file.mimetype }})
Ratio | Mimetype | Sizes |
---|---|---|
{{ ratio|default:"Default" }} | {{ mimetype }} | {% for width, version in sizes.items %}{{ width }}*{{ version.height }} {% endfor %} |
{% if request.user.is_curator %} {% for tag in file.tags.all %} {% if request.user.uuid in tag.tagger_uuids %}
{% else %} {% endif %} {% endfor %} {% endif %}Click to tag or untag an existing tag. You can also add new tags
{% else %}No tags yet. Add new tags
{% endif %}{{ file.exif | pprint }}