{% extends 'flickr/base.html' %} {% block breadcrumbs %} {% endblock %} {% block content %} {% load ditto_core %}

{% block title %} {{ photo.title }} {% endblock %}

{% load l10n %} {% if photo.media == 'video' %} {% if photo.site_mp4_width %} {% else %}

[No video found.]

{% endif %} {% else %}

{% if photo.medium_800_width %} {% else %} {% endif %}

{% endif %} {% if photo.description %}
{{ photo.description|safe|linebreaks }}
{% endif %} {% load ditto_flickr %}
Taken time
{% if photo.taken_unknown %} Unknown {% else %} {% display_time photo.taken_time link_to_day=True granularity=photo.taken_granularity case='capfirst' %} {% endif %}
{% if photo.geo_is_private == False %} {% if photo.location_str %}
Location
{{ photo.location_str }}
{% endif %} {% if photo.location_accuracy >= 16 %}
Lat/long
{{ photo.latitude }}, {{ photo.longitude }}
{% endif %} {% endif %}
Tags
{% if photo.tags.all|length %} {% else %} None {% endif %}
Uploaded time
{% display_time photo.post_time link_to_day=True granularity=photo.taken_granularity %}
Views on Flickr
{{ photo.view_count }}
Comments
{{ photo.comment_count }}
License
{% photo_license photo.license %}
Safety level
{{ photo.safety_level_str }}
{% if photo.has_exif %}
{% if photo.exif_camera %}
Camera
{{ photo.exif_camera }}
{% endif %} {% if photo.exif_lens_model %}
Lens model
{{ photo.exif_lens_model }}
{% endif %} {% if photo.exif_focal_length %}
Focal length
{{ photo.exif_focal_length }}
{% endif %} {% if photo.exif_iso %}
ISO
{{ photo.exif_iso }}
{% endif %} {% if photo.exif_exposure %}
Exposure
{{ photo.exif_exposure }}
{% endif %} {% if photo.exif_aperture %}
Aperture
{{ photo.exif_aperture }}
{% endif %} {% if photo.exif_flash %}
Flash
{{ photo.exif_flash }}
{% endif %}
{% endif %}
{% with photo.get_previous as previous_photo %} {% with photo.get_next as next_photo %} {% if previous_photo or next_photo %}
{% if previous_photo %} ← Previous {% endif %} {% if next_photo %} Next → {% endif %}
{% endif %} {% endwith %} {% endwith %} {% if photo.photosets|length > 0 %}

Albums

{% endif %}
    {% if photo.account and photo.account.is_active %}
  • At Flickr.com
  • {% endif %} {% if perms.flickr.can_change_photo %}
  • Edit
  • {% endif %}
  • Last updated on Flickr at {% display_time photo.last_update_time True %}
  • As of {% display_time photo.fetch_time True %}
{% endblock content %}