{% extends "base.html" %} {% load django_bootstrap5 %} {% load pictures %} {% load humanize %} {% block title %}File details{% endblock title %} {% block main_content %}
{{ file.description|default:"n/a" }}
{% 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 %}Ratio | Filetype | Sizes |
---|---|---|
{{ ratio|default:"Default" }} | {{ filetype }} | {% for width, height, picurl in sizes %}{{ width }}*{{ height }} {% endfor %} |
{{ file.exif | pprint }}