From 9ea950ef761260d2b4e1706b6b76a57f67d93461 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 21 Oct 2016 11:12:47 +0200 Subject: Manage export with importer's templates (refs #3064) --- ishtar_common/templates/blocks/JQueryJqGrid.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/blocks/JQueryJqGrid.html b/ishtar_common/templates/blocks/JQueryJqGrid.html index 5972208ee..faa2d9e93 100644 --- a/ishtar_common/templates/blocks/JQueryJqGrid.html +++ b/ishtar_common/templates/blocks/JQueryJqGrid.html @@ -13,9 +13,12 @@
-{% if source_full %} +{% if source_full or extra_sources %} {% trans "CSV" %} -{% trans "CSV full" %} +{% if source_full %}{% trans "CSV full" %}{% endif %} +{% for slug, name, extra_source in extra_sources %} +{{name}} +{% endfor %} {% else %} {% trans "CSV" %} {% endif %} {{encoding}} -- cgit v1.2.3