{% block stylesheets %}{% endblock %} {% block head %}{% endblock %} {% block page %}

rsnaps

{% if device_id %}
Settings for next snaps ⓘ
Start new collection
Mode
{% for mode_ in modes %}
{% endfor %}
Resolution
{% for resolution_ in resolutions %}
{% endfor %}
Next (duplex) page number
Target (if not duplex) ⓘ

Existing images will be overwritten!
{% endif %}
{% for name in images %}
{{ name }} {% if mode == 'Color' %}   {% else %}   {% endif %} {{ resolution }}dpi
{% endfor %}
{% if device_id %} {% for source_ in sources %} {% endfor %}
{% endif %}
{% endblock %}
{% block scripts %}{% endblock %}