{% extends "base.html" %} {% block title %}{% if lang == 'en' %}Correctly uploaded{% else %}Téléchargé correctement{% endif %}{% endblock %} {% block content %} {% if lang == 'en' %}

Your file was correctly uploaded.
It will be available for 10 days.
To share it with others, use this link: {{link}}
You can check the integrity of your download with the md5 hash: {{digest}}

Go back to the upload form

{% else %}

Votre fichier a correctement été enregistré sur le serveur.
Il sera disponible pendant 10 jours.
Pour le partager avec d'autres personnes, utilisez ce lien: {{link}}
Vous pouvez vérifier l'intégrité de votre téléchargement via la somme md5 suivante: {{digest}}

Revenir sur le formulaire d'envoi de fichiers

{% endif %} {% endblock %}