{$forms.notificationsForm.open}
{if $user->canManageTeam()} {if $notifications} {foreach $notifications as $notification} {/foreach} {/if}
{$i18n.label.thing_name} {$i18n.label.cron_schedule} {$i18n.label.email} {$i18n.label.edit} {$i18n.label.delete}
{$notification['name']|escape} {$notification['cron_spec']|escape} {$notification['email']|escape} {$i18n.label.edit} {$i18n.label.delete}

{$forms.notificationsForm.btn_add.control}
{/if}
{$forms.notificationsForm.close}