{% include "includes/article_info.html" %}
{% for image in article.galleryimages %}
{% if article.galleryexif and article.galleryexif.get(image) %}
{% if article.galleryexif.get(image).get("Model") %}
{% endif %}
{% endfor %}
{% if article.gallerycaptions.get(image) %}{{ article.gallerycaptions.get(image) }}{% endif %}
| {{article.galleryexif.get(image).get("Model")}} | |||
|---|---|---|---|
| {{article.galleryexif.get(image).get("LensModel")}} | |||
| {{article.galleryexif.get(image).get("ISOSpeedRatings")}} | {% endif %} {% if article.galleryexif.get(image).get("FocalLength") %}{{article.galleryexif.get(image).get("FocalLength")}}mm | {% endif %} {% if article.galleryexif.get(image).get("FNumber") %}f/{{article.galleryexif.get(image).get("FNumber")}} | {% endif %} {% if article.galleryexif.get(image).get("ExposureTime") %}{{article.galleryexif.get(image).get("ExposureTime")}} | {% endif %}
{% if article.gallerycomments.get(image) %}{{ article.gallerycomments.get(image) }}{% endif %}