{% extends "base.html" %} {% block title %}File rename or rotate form{% endblock %} {% block content %}

Renaming or Rotating "{{filename}}"

filesize: {{filesize}} bytes
{% if rename_bad %}

Cannot rename to '{{rename_bad}}' as a file (or a subfolder) of that name already exists here.

{% endif %}
{% csrf_token %}




{% if rotatable %}
{% csrf_token %}
{% else %}

Not a rotatable image. {% endif %}


Full urlencoded path for this file in expofiles is {{filepath|urlencode}}

Return to wallet {{wallet}}



{% for np in notpics %} {{np}}
{% endfor %}
{% for filename in files %}
{{filename}}
{% empty %} No files found.
{% endfor %} {% endblock %}