{% extends 'base.html' %} {% load typogrify %} {% load number_to_word %} {% block pagetitle %}{{object.set_title}} - Luxagraf, Photos{% endblock %} {%block stylesheet%} {%endblock%} {% block metadescription %}{{object.meta_description|striptags|safe}}{% endblock %} {%block bodyid%}class="image_gallery"{%endblock%} {% block primary %}

Use left/right arrow keys to navigate through photos

{%for photo in object.photos.all reversed %}
{{photo.title}}

{{photo.title}}   {{photo.exif_date|date:"M j, Y"}}

Map {%if photo.description %}

{{photo.description|safe}}

{%endif%}

{% if photo.exif_make == 'Canon'%}{{photo.exif_model}}{%endif%}{% if photo.exif_model == 'DMC-LX2'%}{{photo.exif_make}} {{photo.exif_model}}{%endif%}{%if photo.exif_model == 'DMC-GF1' %}Panasonic GF1 w/{%endif%} {%if photo.exif_lens == 'LUMIX G VARIO 14-45/F3.5-5.6' %}Lumix 14-45mm lens{%endif%}{%if photo.exif_lens == 'LUMIX G 20/F1.7' %}Lumix 20mm prime lens{%endif%}{%if photo.exif_lens == 'LUMIX G VARIO 45-200/F4.0-5.6' %}Lumix 45-200mm lens{%endif%}{%if photo.exif_lens == None %}Built-in{%endif%}

{{photo.exif_exposure}} sec @ {{photo.exif_aperture}}, ISO {{photo.exif_iso}}

{%comment%} {%endcomment%}
{% endfor %}
{%endblock%} {% block js %} {% endblock%}