{% extends "admin/base_site.html" %} {% load i18n adminmedia fb_tags fb_versions %} {% block extrahead %} {{ block.super }} {% ifequal query.pop '1' %} {% endifequal %} {% ifequal query.pop '2' %} {% if query.mce_rdomain %}{% endif %} {% endifequal %} {% ifequal query.pop '3' %} {% endifequal %} {{ media }} {% endblock %} {% block coltype %}colM{% endblock %} {% block bodyclass %}change-list filebrowser{% endblock %} {% block extrastyle %} {{ block.super }} {% if query.pop %} {% endif %} {% endblock %} {% block breadcrumbs %}{% include "filebrowser/include/breadcrumbs.html" %}{% endblock %} {% block content %}
{% ifequal query.pop '1' %}{% endifequal %} {% ifequal query.pop '2' %}{% endifequal %} {% ifequal query.pop '3' %}{% endifequal %} {% if settings_var.DEBUG %}{% endif %} {% for version in settings_var.ADMIN_VERSIONS %} {% version_object original version as image_version %} {% ifequal query.pop '1' %} {% endifequal %} {% ifequal query.pop '2' %} {% endifequal %} {% ifequal query.pop '3' %} {% endifequal %} {% if settings_var.DEBUG %} {% endif %} {% endfor %}
{% trans 'Name' %} {% trans 'Image Version' %}{% trans "Debug" %}
{% selectable image_version.filetype query.type %} {% if selectable %} {% else %} {% endif %} {% selectable image_version.filetype query.type %} {% if selectable %} {% else %} {% endif %} {% selectable image_version.filetype query.type %} {% if selectable %} {% else %} {% endif %} {% version_setting version %} {{ version_setting.verbose_name }}
{% if version_setting.width %}{% trans "Width" %}: {{ version_setting.width }}px
{% endif %} {% if version_setting.height %}{% trans "Height" %}: {{ version_setting.height }}px{% endif %}
Filename {{ image_version.filename }}
Filetype {{ image_version.filetype }}
Filesize {{ image_version.filesize }}
Extension {{ image_version.extension }}
Date {{ image_version.date }}
Datetime Object {{ image_version.datetime }}

Relative Path {{ image_version.path_relative }}
Full Path {{ image_version.path_full }}
Relative URL {{ image_version.url_relative }}
Full URL {{ image_version.url_full }}

URL for FileBrowseField {{ image_version.url_save }}
Thumbnail URL {{ image_version.url_thumbnail }}

Dimensions {{ image_version.dimensions }}
Width {{ image_version.width }}
Height {{ image_version.height }}
Orientation {{ image_version.orientation }}
{% endblock %}