{INCLUDE header.html}
Memos List
{FOR M IN MESSAGES}
{M}
{END FOR} {IF EXISTS NUMBER} {FOR I,S,T,TXT,U IN NUMBER,SENDER,TIME,TEXT,UNREAD} {IF EQ U YES} {ELSE} {END IF} {END FOR}
Number Sender Message (hover: Time)
{I} {S} {TXT} {IF EQ U YES} Reply Mark as Read Delete {ELSE} Reply Mark as Unread Delete {END IF}
{ELSE} No memos to show. {END IF}

Memos for channel

{IF EXISTS CHANNEL_NAMES}
    {FOR CH,ECH IN CHANNEL_NAMES,ESCAPED_CHANNEL_NAMES}
  • {CH}
  • {END FOR}
{ELSE} You don't have access in any channel
{END IF}

Send a new Memo

{IF EXISTS CMDR}
{CMDR}
{END IF}
{INCLUDE footer.html}