diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-09-19 11:54:25 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-09-19 11:54:25 +0200 |
| commit | 6a87bfb4b751710c05ecad54471001bbfd7e681f (patch) | |
| tree | dc7bb89e120bfb8915d579e1f4b78519b7a6bc58 /ishtar_common/templates | |
| parent | 7569568dd7810cec673758a27ad1f725110e0c1d (diff) | |
| download | Ishtar-6a87bfb4b751710c05ecad54471001bbfd7e681f.tar.bz2 Ishtar-6a87bfb4b751710c05ecad54471001bbfd7e681f.zip | |
Finds: material type to material types
Diffstat (limited to 'ishtar_common/templates')
| -rw-r--r-- | ishtar_common/templates/ishtar/blocks/window_field_multiple.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_field_multiple.html b/ishtar_common/templates/ishtar/blocks/window_field_multiple.html new file mode 100644 index 000000000..30903b0d5 --- /dev/null +++ b/ishtar_common/templates/ishtar/blocks/window_field_multiple.html @@ -0,0 +1,8 @@ +{% load i18n %} +{% if data.count %}<p><label>{% trans caption %}{% trans ":"%}</label> + <span class='value'>{% for d in data.all %} + {% if forloop.counter0 %}, {% endif %}{{ d }} + {% endfor %}</span> +</p> +{% endif %} + |
