<select id="elems-number" class="br6 fs14">
{% for i in 1..5 %}
<option value="{{ i * number }}">{{ i * number }}</option>
{% endfor %}
</select>