Our templates are littered with various invocations of `[% patron.surname %], [% patron.firstname %]` and similar in varying orders and varying levels of detail (with or without cardnumber, with or without title, surname first or firstname first, linked and unlinked). We have two ways of constructing a patron display block, patron-title.inc tt include and js-patron-format.inc for use in JS based displays. We should congregate our templates around these two includes so that we can make our display consistent throughout with perhaps just a couple of display variations.. short and long forms perhaps?
I guess this calls for a lot of smaller bugs in a way trying to clean up various templates.
*** Bug 22279 has been marked as a duplicate of this bug. ***