#extend("trunk"): #export("body"):
#(trunk.title)
#if(filterEnable): Filter: New Msgs #endif New Seamail
#extend("paginator")
#if(count(fezzes) == 0):
#if(filterActive):
  • You have no Seamail chats with new messages.
  • #else:
  • #(noSeamails)
  • #endif
    #else: #for(fez in fezzes):
    #(fez.title)
    #relativeTime(fez.lastModificationTime)
    #for(participant in fez.members.participants): #if(participant.userID != trunk.userID):
    #avatar(participant) #(participant.username)
    #endif #endfor
    #relativeTime(fez.lastModificationTime)
    #(fez.members.postCount) posts #if(fez.members.readCount < fez.members.postCount): #(fez.members.postCount - fez.members.readCount) new #endif
    #endfor #endif
    #extend("paginator")
    #endexport #endextend