diff options
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks/window_field.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/blocks/window_field.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_field.html b/ishtar_common/templates/ishtar/blocks/window_field.html new file mode 100644 index 000000000..9b2bc6540 --- /dev/null +++ b/ishtar_common/templates/ishtar/blocks/window_field.html @@ -0,0 +1,3 @@ +{% load i18n %} +{% if data %}<p><label>{% trans caption %}{% trans ":"%}</label> +<span class='value'>{{data}}</span></p>{% endif%} |
