{{#ifCond this.length '==' 0}}
You currently have no feed items
{{/ifCond}}
{{#each this}}
{{#ifCond this.type '==' "fridge_item"}}
Your group's {{this.item}} has expired!
{{/ifCond}}
{{#ifCond this.type '==' "reservation"}}
{{this.date}} You have {{this.item}} reserved at {{this.time}}.
{{/ifCond}}
{{/each}}