{% extends "base.html" %} {% load static %} {% block content %}
{% if photo.description %} {% endif %} {% if photo.latitude %} {% endif %}
Album: {{photo.the_album.name}}
Title: {{photo.title}}
Description: {{photo.description}}
Date: {{photo.view_timestamp}}
Coordinates: {{photo.view_latitude}} / {{photo.view_longitude}}
{% endblock %}