text->contains($notification['event_name'], 'subtask')): ?>
text->contains($notification['event_name'], 'task.move')): ?>
text->contains($notification['event_name'], 'task.overdue')): ?>
text->contains($notification['event_name'], 'task')): ?>
text->contains($notification['event_name'], 'comment')): ?>
text->contains($notification['event_name'], 'file')): ?>
= $this->url->link(
$this->text->e($notification['event_data']['task']['project_name']),
'BoardViewController',
'show',
array('project_id' => $notification['event_data']['task']['project_id'])
) ?> >
= $this->text->e($notification['event_data']['project_name']) ?> >
text->contains($notification['event_name'], 'task.overdue') && count($notification['event_data']['tasks']) > 1): ?>
= $notification['title'] ?>
= $this->url->link($notification['title'], 'WebNotificationController', 'redirect', array('notification_id' => $notification['id'], 'user_id' => $user['id'])) ?>
= $this->dt->datetime($notification['date_creation']) ?>
= $this->modal->replaceIconLink('check', t('Mark as read'), 'WebNotificationController', 'remove', array('user_id' => $user['id'], 'notification_id' => $notification['id'])) ?>