From f58aa8293e992f8a666823f81df8d99af5cd4ef6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 12 Aug 2019 16:33:46 +0200 Subject: Import - match form: only display 250 first matches --- ishtar_common/templates/ishtar/formset_import_match.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/formset_import_match.html b/ishtar_common/templates/ishtar/formset_import_match.html index 8997c309a..eda44e2b9 100644 --- a/ishtar_common/templates/ishtar/formset_import_match.html +++ b/ishtar_common/templates/ishtar/formset_import_match.html @@ -12,6 +12,12 @@ {% trans "Back to import list" %}

+ {% if MAX_FIELDS_REACHED %} +
+ {% blocktrans %}Only {{MAX_FIELDS_REACHED}} out of {{TOTAL}} fields have been displayed. + Fill these fields and submit the form to reach the other fields.{% endblocktrans %} +
+ {% endif %} {% if extra_formset.non_form_errors %}
{{extra_formset.non_form_errors.as_ul}}
{% endif %} -- cgit v1.2.3