79249108

Date: 2024-12-03 20:40:23
Score: 1
Natty:
Report link

I ended up solving this myself by adding the combined Group + item name into the source data coming into the Freemarker template, and then just using this to sort the list on that value:

<#list record.item?sort_by("combined_name_and_group") as item> 

This is resolved for me.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Peter