Im looking for advice on desinging a web page with an A - Z index.
Kind of like :
http://www.bls.gov/bls/topicsaz.htm I have a long list of objects, with a title, that I want do display alphabetically, easy!
But I want to put in the A-Z with anchors, do I do this in the template,
I would have to loop through all the objects in the template, storing the currentletter as a global. Then check if each objects starts with the current letter etc etc.
It's not nice, is there any easier way that I am missing.
Maybe I should do it in the python code?