{% extends "base.html" %} {% comment %} This file is part of photo21 Copyright (C) 2022 Amicale des élèves de l'ENS Paris-Saclay SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n %} {% block title %}{% trans "Report confirmation" %}{% endblock %} {% block content %}

{% trans "Report confirmation" %}

{% csrf_token %}

{% blocktrans trimmed %} Are you sure you want to report {{ object }}? This photo will no longer be public, and administrators will be notified. {% endblocktrans %}

{% endblock %}