{% extends "base.html" %} {% block content %}

{{ _('The file %(f)s is now available.', f=f.filename) }}

{{ _('Not the right file?') }} {{ _('delete it') }}

{% endblock %} {% block sidebar %}

{{ _('What\'s next?') }}

{{ _('Now, feel free to share the download link, or upload a new file.', u=url_for('show_upload_form')) }}

{% endblock %}