From 82859c1d3b06f940aabbdc33db8897a133ac1abe Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 6 Jun 2016 08:59:53 +0200 Subject: Static grid to jqgrid --- archaeological_finds/templates/ishtar/sheet_find.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'archaeological_finds') diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index c5d3eb638..429a7da2b 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -102,7 +102,10 @@ {% if forloop.counter0 %}
{% endif %} {% endfor %} - +{% if not item.source.count %} +

{% trans "No document associated to this find" %}

+{% else %} +
@@ -118,8 +121,12 @@ {% empty %} - {% endfor %}
{%trans "Documents"%}
{% trans "Title" %}{% if doc.associated_url %}{% trans "Link"%}{% endif %}
{% trans "No document associated to this find" %}
+ +{% endif %} + {% endblock %} -- cgit v1.2.3