{# extends 'sitebase.html' #} {% load img_tags %} {{ image.filename }} - image_app

Image

This is the image as rendered from a template tag through the builtin filter 'image.Thumb':

{% image image image.Thumb class="imagedetail-img" %}

Information from the original DB model:

upload_time
{{ image.upload_time }}
src (as a path)
{{ image.src }}
width
{{ image.width }}
height
{{ image.height }}
bytesize
{{ image.bytesize }}

Information derived from the original DB model:

filename
{{ image.filename }}
is_portrait
"{{ image.is_portrait }}"