{% load i18n %}
{% comment %}
Update the number input to validate and display feedback if input is not a valid number.
It upgrades default '' that doesn't allow user to enter any value if it's not a number.
With this user can enter any text and get a feedback why it's wrong.
{% endcomment %}