= p::clean($subject) ?>
= t("Title:") ?>
= p::purify($item->title) ?>
= t("Url:") ?>
= $item->url(array(), true) ?>
if ($item->description): ?>
= t("Description:") ?>
= nl2br(p::purify($item->description)) ?>
endif ?>