{% extends "base.html" %} {% block content %}
{% endblock %} {% block sidebar %}{{ _('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']) }}
{{ _('Anyone who know the download link will be able to download your file. So be careful to not share the download link publicly.') }}
{{ _('Your file will be available for %(m)s days.', m=config['FLASKUP_MAX_DAYS']) }}
{{ _('Definitely, no! We won\'t send you spam. We hate spam too!') }}