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

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