{% blocktrans count importform.errors|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %} {% endif %} {% if importform.fields %}
{% endif %} {% if form.errors %}{% blocktrans count form.errors|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
{% endif %} {% else %}{% trans "No products." %}
{% endif %}