<td><ahref="{$poll->id|poll_url}"class="btn btn-link"title="{_('See the poll')}"><spanclass="glyphicon glyphicon-eye-open"></span><spanclass="sr-only">{_('See the poll')}</span></a></td>
<td><ahref="{$poll->admin_id|poll_url:true}"class="btn btn-link"title="{_('Change the poll')}"><spanclass="glyphicon glyphicon-pencil"></span><spanclass="sr-only">{_('Change the poll')}</span></a></td>
<td><buttontype="submit"name="delete_poll"value="{$poll->id}"class="btn btn-link"title="{_('Remove the poll')}"><spanclass="glyphicon glyphicon-trash text-danger"></span><spanclass="sr-only">{_('Remove the poll')}</span></td>