diff --git a/theme/base/templates/modules/Authentication/View/Proxy/debug-idp-mail.txt.twig b/theme/base/templates/modules/Authentication/View/Proxy/debug-idp-mail.txt.twig index e5ec76f89..49959c37e 100644 --- a/theme/base/templates/modules/Authentication/View/Proxy/debug-idp-mail.txt.twig +++ b/theme/base/templates/modules/Authentication/View/Proxy/debug-idp-mail.txt.twig @@ -17,10 +17,12 @@ Error: {{ error[0]|trans({'%arg1%': error[1], '%arg2%': error[2], '%arg3%': erro Warning: {{ warning[0]|trans({'%arg1%': warning[1], '%arg2%': warning[2], '%arg3%': warning[3]}) }} {% endfor %} + {% for attributeName, attributeValues in attributes %} "{{ attributeName }}" ---------------------------------------------------------- -Name: {{ attributeName(attributeName, 'en') }} + +English name: {{ attributeName(attributeName, 'en') }} Values: {% for attributeValue in attributeValues %} @@ -34,8 +36,10 @@ Error: {{ error[0]|trans({'%arg1%': error[1], '%arg2%': error[2], '%arg3%': erro {% for warning in validationResult.warnings(attributeName) %} Warning: {{ warning[0]|trans({'%arg1%': warning[1], '%arg2%': warning[2], '%arg3%': warning[3]}) }} {% endfor %} + {% endfor %} + Raw data ======== diff --git a/theme/openconext/templates/modules/Authentication/View/Proxy/debug-idp-mail.txt.twig b/theme/openconext/templates/modules/Authentication/View/Proxy/debug-idp-mail.txt.twig index e5ec76f89..49959c37e 100644 --- a/theme/openconext/templates/modules/Authentication/View/Proxy/debug-idp-mail.txt.twig +++ b/theme/openconext/templates/modules/Authentication/View/Proxy/debug-idp-mail.txt.twig @@ -17,10 +17,12 @@ Error: {{ error[0]|trans({'%arg1%': error[1], '%arg2%': error[2], '%arg3%': erro Warning: {{ warning[0]|trans({'%arg1%': warning[1], '%arg2%': warning[2], '%arg3%': warning[3]}) }} {% endfor %} + {% for attributeName, attributeValues in attributes %} "{{ attributeName }}" ---------------------------------------------------------- -Name: {{ attributeName(attributeName, 'en') }} + +English name: {{ attributeName(attributeName, 'en') }} Values: {% for attributeValue in attributeValues %} @@ -34,8 +36,10 @@ Error: {{ error[0]|trans({'%arg1%': error[1], '%arg2%': error[2], '%arg3%': erro {% for warning in validationResult.warnings(attributeName) %} Warning: {{ warning[0]|trans({'%arg1%': warning[1], '%arg2%': warning[2], '%arg3%': warning[3]}) }} {% endfor %} + {% endfor %} + Raw data ========