{* *}{strip} {if !empty($post)} {$name = $post->name|default:''} {$name2 = $post->name2|default:''} {$name3 = $post->name3|default:''} Зарегистрировался {($name|cat:' '|cat:$name3|cat:' '|cat:$name2)|truncate:64:'...':true} {if !empty($post->nickname)} Ник: {$post->nickname|truncate:32:'..':true}{/if} {if !empty($post->phone)} Телефон: {$post->phone|truncate:32:'..':true}{/if} {if !empty($post->phone2)} Телефон 2: {$post->phone2|truncate:32:'..':true}{/if} {if !empty($post->email)} Емейл: {$post->email|truncate:32:'..':true}{/if} {if !empty($post->email2)} Емейл 2: {$post->email2|truncate:32:'..':true}{/if} {if !empty($post->coupon)} Купон: {$post->coupon|truncate:32:'..':true}{/if} {* *} {if !empty($post->ip)} Ip: {$post->ip|truncate:32:'...':true} {if !empty($post->host)} Хост: {$post->host|truncate:64:'...':true}{/if} {/if} {/if} {/strip}