{% extends "base.html" %} {% block content %}
{{ _('To Download the file %(f)s, please click on the link below.', f=infos.filename) }}
{% endblock %} {% block sidebar %}{{ _('You too you can share a file, you just have to upload it with %(t)s.', u=url_for('show_upload_form'), t=config['FLASKUP_TITLE']) }}