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

{{ _("Welcome to pdfserver") }}

{{ _("Upload PDF files, drag them into the right order and recombine pages.") }}

{{ _("PDF files") }}

{% if uploads %} {% for upload in uploads %} {% endfor %} {% else %} {% endif %}
{{ _("Name") }} {{ _("Size") }} {{ _("Pages") }} {{ _("Optionally select pages (e.g. '1-4, 6, 19-')") }}
{{ _("Pages per sheet") }}
1
2
4
6
9
16
{{ _("Rotate clockwise by") }}

90°
180°
270°
{{ _("Insert watermark (e.g. 'DRAFT')") }}
{{upload.filename}} {% if upload.size %}{{upload.size|filesizeformat}}{% endif %} {{upload.page_count}}
{{ _("There are no uploaded files at present.") }}

{{ _("Upload a new file") }}

{% if uploads %} {% for upload in uploads %}
{% endfor %} {% endif %}

{{ _("All files will be deleted. Are you sure?") }}

{{ _("Hints") }}

{% endblock %}