{% 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 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 %}
{% blocktranslate trimmed %}
Because we value your privacy, we do not sell the data on this site,
unlike many free online platforms.
The dedicated server running this website is kindly hosted by the
Crans at the ENS Paris-Saclay
basement.
It is not managed by the Crans. Current active administrators are:
{% endblocktranslate %}
{% for user in superusers %} {{ user.username }}{% endfor %}.
{% trans "They should be contacted at" %}
photos@crans.org.