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 | 4e02ff3d2f163bb7aea10c61aac6c92e6ee434cc (patch) | |
| tree | dc7bb89e120bfb8915d579e1f4b78519b7a6bc58 /ishtar_common/templates | |
| parent | 60e6cdb0fe82d3ddad78f3488b8de46744a41e94 (diff) | |
| download | Ishtar-4e02ff3d2f163bb7aea10c61aac6c92e6ee434cc.tar.bz2 Ishtar-4e02ff3d2f163bb7aea10c61aac6c92e6ee434cc.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 %} +  | 
