https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40285 Bug ID: 40285 Summary: Add template plugin to get patron attribute by code Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: koha-bugs@lists.koha-community.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org We have template plugins for getting descriptions of things like item types, collection codes, and patron categories: [% AuthorisedValues.GetByCode('Bsort1', loopfilte.filter ) | html %] It would be useful to have the same thing for getting a patron attribute's description by the code. Something like: [% ExtendedAttributeTypes.GetName( attribute_code ) %] This could be used on a page like moremember.pl: **Additional attributes and identifiers** - [Attribute description]: [Attribute value] -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.