diff --git a/roles/ipsilon/files/templates/openid/consent_form.html b/roles/ipsilon/files/templates/openid/consent_form.html index 102d7e4913..cf29d38bab 100644 --- a/roles/ipsilon/files/templates/openid/consent_form.html +++ b/roles/ipsilon/files/templates/openid/consent_form.html @@ -11,8 +11,12 @@
{{entry[0]}} | -{{entry[1]}} | +{{ entry[0] }} | + {%- if entry[1] | iterable -%} +{{ entry[1] | join(', ') }} | + {%- else -%} +{{ entry[1] }} | + {%- endif -%}