{% extends "base.html" %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n %} {% block title %}{% trans "Report confirmation" %}{% endblock %} {% block content %}
{% blocktranslate trimmed %} Are you sure you want to report {{ object }}? This photo will no longer be public, and administrators will be notified. {% endblocktranslate %}
{{ object }}