{% 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 "Home" %}{% endblock %} {% block content %}
{% blocktranslate trimmed %} This website aims to collect the pictures and movies taken in the student life of ENS Paris-Saclay-Saclay or involving its students. {% endblocktranslate %}
{% url 'photologue:pl-gallery-archive' as gallery_archive_url %} {% blocktranslate trimmed %} The pictures are visible in the galleries and are downloadable. However, the agreement of the photographer and the persons present on the photo is necessary before any republication on another platform. {% endblocktranslate %}
{% blocktranslate trimmed %} If you want a photo to be deleted, please let us know: Abuse request {% endblocktranslate %}
{% if not perms.photologue.add_photo %}{% blocktranslate trimmed %} If you want to obtain the right to upload pictures, please let us know: Become a photograph {% endblocktranslate %}
{% endif %}{{ request.user.username }}.
{% endblock %}