{% extends "base.html" %} {% load medialogue_tags i18n %} {% block title %}{{ object.title }}{% endblock %} {% block content %}
{% trans "Published" %} {{ object.date_added }}
{{ 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 %} |