{% extends "base.html" %} {% block content %}
{{ _('Easily share files') }}
{{ error }}

{{ _('Choose a file on your computer.') }}

{{ _('Send an email with a link to download the file.') }}

{{ _('Send the download link to my contacts. (one email address per line)') }}

{% endblock %} {% block sidebar %}

{{ _('How does it work?') }}

{{ _('You simply choose a file on your computer an it will by uploaded to %(t)s. In return, you will have a link to download the file. You can share this link with whoever you want.', t=config['FLASKUP_TITLE']) }}

{{ _('Who can download my file?') }}

{{ _('Anyone who know the download link will be able to download your file. So be careful to not share the download link publicly.') }}

{{ _('How many days my file will be available?') }}

{{ _('Your file will be available for %(m)s days.', m=config['FLASKUP_MAX_DAYS']) }}

{{ _('Will you send spam to me or my contacts?') }}

{{ _('Definitely, no! We won\'t send you spam. We hate spam too!') }}

{% endblock %} {% block javascript %} {% endblock %}