{% extends "base.html" %} {% block copyright %} {% endblock %} {% block title %}{{ src }}{% endblock %} {% block extra_head %} {% include "canvas_view_js.html" %} {% if settings.DEBUG %} {% else %} {% endif%} {% if geo_info %} {% endif %} {% endblock %} {% set disabled_attrs='class="disabled" title="You do not have permission to use this function"'|safe %} {% block body %}
Error reading file information. | |
This file does not exist. | |
This file no longer exists. | |
File path | {{ file_info.path }} |
File size | {{ file_info.size|filesizeformat }} |
File date | {{ file_info.modified|datetimeformat(True) }} {{ timezone }} |
Image width | {{ image_info.width }} |
Image height | {{ image_info.height }} |
None | |
Title | {{ db_info.title|default('-', True) }} |
Description | {{ db_info.description|default('-', True) }} |
No statistics are available. | |
Requests in 24 hours | {{ db_stats.day.requests }} |
Images served in 24 hours | {{ db_stats.day.views + db_stats.day.downloads }} |
Bandwidth in 24 hours | {{ db_stats.day.bytes|filesizeformat }} |
Requests in last 30 days | {{ db_stats.month.requests }} |
Images served in last 30 days | {{ db_stats.month.views + db_stats.month.downloads }} |
Bandwidth in last 30 days | {{ db_stats.month.bytes|filesizeformat }} |
{{ tags.0|decamelcase }} | {{ tags.1|truncate(140) }} |
No history is available. | ||
{% if history.action == ACTION_DELETED %} Deleted {% elif history.action == ACTION_CREATED %} {% if history.user %} Uploaded {% else %} Created {% endif %} {% elif history.action == ACTION_REPLACED %} Replaced {% elif history.action == ACTION_EDITED %} Edited {% elif history.action == ACTION_MOVED %} Moved {% else %} Action {{ history.action }} {% endif %} by {% if history.user %} {{ history.user }} {% else %} System {% endif %} | {{ history.action_info }} |
{% if loop.index0 == 0 %}{{ timezone }} {% endif %} {{ history.action_time|datetimeformat(True) }} |