Problem with custom alert template

Hello. I`m trying to create a custom alert template. I make this one:

%title
Server name: %sysName
{if %state == 0}Duration: %elapsed{else}Severity: %severity{/if}
{if %name}%name{else}%rule{/if}
Mount point: %storage.storage_descr

---------------------------
Timestamp: %timestamp
Uptime: %uptime_long

It works, but I didt`t see the mount point when I recived the alert message, only blank line with “Mount point”

You need to loop through the faults array. This is covered in the docs.