{% extends "fotos/base.html" %} {% block title %}{{ picture.user.username }}{% endblock %} {% block container %}
...
...

{{ picture.user.username }}

{% if picture.latitude and picture.longitude %} {% endif %}

{{ picture.pub_date|timesince }} atrĂ¡s

{% if user.is_authenticated and user == picture.user %} {% endif %}
{# https://developers.google.com/maps/documentation/static-maps/intro #}
{% endblock %} {% block script %} {% endblock %}