{% extends "base.html" %} {% load medialogue_tags i18n %} {% block title %}{{ object.title }}{% endblock %} {% block content %}
{{ object.date_added | date:"F d, Y"}}
{{ object.caption|safe }}
{% endif %}{% trans "This photo is found in the following albums" %}:
{% previous_in_album object album %} | {{ album.title }} | {% next_in_album object album %} |