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