{% extends "base.html" %} {% load i18n %} {% load static %} {% load comments %} {% load galeria %} {% 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}} |
No hay comentarios
{% elif comment_count == 1 %}1 comentario sobre “{{photo.title}}”
{% else %}{{ comment_count }} comentarios sobre “{{photo.title}}”
{% endif %} {% render_comment_list for photo %}Deja un comentario
{% render_comment_form for photo %}