{% extends "base.html" %} {% load i18n %} {% load static %} {% block content %}
{% 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}} |