{% extends "admin/base_site.html" %} {% load i18n admin_static fb_tags fb_versions %} {% block extrastyle %} {{ block.super }} {% if query.pop %} {% endif %} {% endblock %} {% 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 bodyclass %}change-list filebrowser{% if query.pop %} popup{% endif %}{% endblock %} {% block content-class %}content-flexible{% endblock %} {% block breadcrumbs %}{% include "filebrowser/include/breadcrumbs.html" %}{% endblock %} {% block content %}
{% endifequal %} {% ifequal query.pop '2' %} | {% endifequal %} {% ifequal query.pop '3' %} | {% endifequal %} {% ifequal query.pop '4' %} | {% endifequal %} | {% trans 'Name' %} | {% trans 'Image Version' %} | {% if settings_var.DEBUG %}{% trans "Debug" %} | {% endif %}
---|---|---|---|---|---|---|
{% selectable image_version.filetype query.type %} {% if selectable %} {% else %} {% endif %} | {% endifequal %} {% ifequal query.pop '2' %}{% selectable image_version.filetype query.type %} {% if selectable %} {% else %} {% endif %} | {% endifequal %} {% ifequal query.pop '3' %}{% selectable image_version.filetype query.type %} {% if selectable %} {% else %} {% endif %} | {% endifequal %}
{% 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 }} |
{% endif %}