{% extends "base.html" %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n %} {% block title %}{{ object.title }}{% endblock %} {% block content %}
{% trans "Published" %} {{ object.date_added }}
{{ object.caption|safe }}
{% endif %}