{% extends "base.html" %} {% load medialogue_tags i18n %} {% block title %}{{ object.title }}{% endblock %} {% block content %}

{{ object.title }}

{{ object.date_added | date:"F d, Y"}}

{% if object.caption %}

{{ object.caption|safe }}

{% endif %} {{ object.title }}
{% if object.albums %} {% for album in object.albums.all %} {% endfor %}
{% previous_in_album object album %} {{ album.title }} {% next_in_album object album %}
{% endif %}
{% endblock %}