{% trans 'WARNING: THIS FUNCTION IS STILL EXPERIMENTAL. DO NOT USE IN PRODUCTION.' %}
{% trans 'Import' %}
{% if importform.errors %}{% blocktrans count importform.errors|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %} {% endif %} {% if importform.fields %}
{% endif %}{% trans 'Export' %}
{% if form.errors %}{% blocktrans count form.errors|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
{% endif %} {% if form.fields %} {% else %}{% trans "No products." %}
{% endif %}