{% extends 'base.html' %} {% load typogrify %} {% load number_to_word %} {% block pagetitle %}{{object.set_title}} - Luxagraf, Photos{% endblock %} {%block htmlclass%}class="black"{%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

Photos from {{object.set_title}}

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

{{photo.title}}   

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 == 'OLYMPUS M.9-18mm F4.0-5.6' %}Olympus 9-18mm lens{%endif%}{%if photo.exif_lens == None %}{%endif%}

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

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