<?php if ($canEdit) : ?>
<span class="icon edit">
<?php echo JHTML::_('icon.edit', $this->item, $this->item->params, $this->access); ?>
</span>
<?php endif; ?>
<?php if ($this->item->params->get('show_email_icon')) : ?>
<span class="icon email">
<?php echo JHTML::_('icon.email', $this->item, $this->item->params, $this->access); ?>
</span>
<?php endif; ?>
<?php if ($this->item->params->get('show_print_icon')) : ?>
<span class="icon print">
<?php echo JHTML::_('icon.print_popup', $this->item, $this->item->params, $this->access); ?>
</span>
<?php endif; ?>
<?php if ($this->item->params->get('show_pdf_icon')) : ?>
<span class="icon pdf">
<?php echo JHTML::_('icon.pdf', $this->item, $this->item->params, $this->access); ?>
</span>
<?php endif; ?>