{% extends "base.html" %} {% block content %}
{{ _('The file %(f)s is now available.', f=infos.filename) }}
{{ url_for('show_get_file', key=infos.key, _external=True) }}
{{ _('Now, feel free to share the download link, or upload a new file.', u=url_for('show_upload_form')) }}