{% extends "base.html" %} {% block morenavs %} {% endblock %} {% block content %}
{{

Original as Uploaded

{{ photo_url + 'raw_' + photo.photo_name }}

{% if photo.Make != None %}
Make:
{{ photo.Make }}
{% endif %} {% if photo.Model != None %}
Model:
{{ photo.Model }}
{% endif %} {% if photo.Software != None %}
Software:
{{ photo.Software }}
{% endif %}
Upload Date:
{{ photo.UploadDate }}
{% if photo.DateTime != None %}
DateTime:
{{ photo.DateTime }}
{% endif %} {% if photo.DateTimeOriginal != None %}
DateTimeOriginal:
{{ photo.DateTimeOriginal }}
{% endif %} {% if photo.DateTimeDigitized != None %}
DateTimeDigitized:
{{ photo.DateTimeDigitized }}
{% endif %} {% if photo.TimeZoneOffset != None %}
TimeZoneOffset:
{{ photo.TimeZoneOffset }}
{% endif %}
SizeOnDisc:
{{ photo.SizeOnDisc }}
Width / Height:
{{ photo.photo_width }} / {{ photo.photo_height }}
{% if photo.AspectRatio != None %}
AspectRatio:
{{ photo.AspectRatio }}
{% endif %} {% if photo.DigitalZoomRatio != None %}
DigitalZoomRatio:
{{ photo.DigitalZoomRatio }}
{% endif %} {% if photo.fnumber != None %}
fnumber:
{{ photo.fnumber }}
{% endif %} {% if photo.GPSAltitude != None %}
Altitude Meters:
{{ photo.GPSAltitude }}
{% endif %} {% if photo.GPSAltitudeFeet != None %}
Altitude Feet:
{{ photo.GPSAltitudeFeet }}
{% endif %} {% if photo.GPSAboveSeaLevel != None %}
Above Sea Level:
{{ photo.GPSAboveSeaLevel }}
{% endif %} {% if photo.LatLong != None %}
GPS Coordinates:
{% endif %}
PhotoFormat:
{{ photo.photo_format }}
{{

1280 Max-Conversion

{{ photo_url + '1280_' + photo.photo_name }}

SizeOnDisc:
{{ photo.SizeOnDisc1280 }}
Width / Height:
{{ photo.photo_1280_width }} / {{ photo.photo_1280_height }}
{{

480 Max-Conversion

{{ photo_url + '480_' + photo.photo_name }}

SizeOnDisc:
{{ photo.SizeOnDisc480 }}
Width / Height:
{{ photo.photo_480_width }} / {{ photo.photo_480_height }}
{{
{% endblock %}