$item.name menu
    $item.item_photo_menu
{{ if $item.location }}$item.location {{ endif }}
{{ if $item.lock }}
$item.lock
{{ else }}
{{ endif }}
{{ if $item.drop.pagedrop }}{{ endif }}
$item.title
$item.body
{{ if $item.has_cats }}
$item.txt_cats {{ for $item.categories as $cat }}$cat.name [$remove] {{ if $cat.last }}{{ else }}, {{ endif }}{{ endfor }}
{{ endif }} {{ if $item.has_folders }}
$item.txt_folders {{ for $item.folders as $cat }}$cat.name [$remove] {{ if $cat.last }}{{ else }}, {{ endif }}{{ endfor }}
{{ endif }}
$item.name
$item.ago
{{ if $item.conv }} $item.conv.title {{ endif }}