{# vim: set ts=2 sw=2 et tw=80: #} {% extends "base.html" %} {% load static %} {% load i18n %} {% block title %}{% trans "Update count" %}{% endblock %} {% block scripts %} {% endblock %} {% block content %}

{% trans "Update count" %}

{% csrf_token %}
{{ form.as_p }}
{% with '3 4 5 6 7 8 9 10' as list %} {% for number in list.split %} {% endfor %} {% endwith %}
{% endblock %}