{% extends "base.html" %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load photologue_tags i18n %} {% block title %}{{ object.title }}{% endblock %} {% block content %}

{{ object.title }}

{% trans "Published" %} {{ object.date_added }}

{% if object.caption %}

{{ object.caption|safe }}

{% endif %} {{ object.title }}
{% if object.public_galleries %}

{% trans "This photo is found in the following galleries" %}:

{% endif %}
{% endblock %}