@@ -, +, @@ --- .../bootstrap/en/modules/opac-patron-consent.tt | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt @@ -1,5 +1,7 @@ [% USE Koha %] [% USE AdditionalContents %] +[% USE AuthorisedValues %] +[% USE raw %] [% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] [% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] [% SET consentview = 1 %] @@ -41,15 +43,23 @@ [% FOREACH consent IN consents %] -

Consent for [% consent.type | html %]

+

+ Consent for [% consent.type | html # TODO additional_contents.title %] +