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