Showing when the notification is triggered by date or by an action.
<th>ID</th>
<th>Notification</th>
<th>Subject</th>
+ <th>Trigger</th>
<th> </th>
</tr>
</thead>
</div>
</td>
<td>{$t.subject}</td>
+ <td>
+ {if $t.send_by_action.value != 0}
+ Action:
+ {$send_action[$t.send_action]}
+ {else}
+ {$t.send_date_number}
+ {$send_date_period[$t.send_date_period]}{if $t.send_date_number}s{/if}
+ {$send_date_when[$t.send_date_when]}
+ Due Date
+ {/if}
+ </td>
<td>
<div
class="deleteNotificationTypeButton button button-secondary glm-button-small glm-right"