[% INCLUDE 'header.html', bodyclass = 'fullwidthpage', title => loc('Local RSS feeds and email alerts') %]
[% SET alert_by = alert.user.alert_by(alert.alert_type.ref == 'new_updates', c.cobrand) %] [% IF confirm_type == 'subscribe' || confirm_type == 'created' %] [% IF alert_by != 'phone' %]

[% loc('Email alert created') %]

[% loc('Why stop there? Set up more alerts for free.') %]

[% ELSE %]

[% loc('Text alert created') %]

[% END %] [% ELSIF confirm_type == 'unsubscribe' %] [% IF alert_by != 'phone' %]

[% loc('Email alert deleted') %]

[% ELSE %]

[% loc('Text alert deleted') %]

[% END %]

[% loc('Inbox zero, here we come!') %]

[% END %]
[% INCLUDE next_steps.html utm_content='email alert set up' %] [% INCLUDE 'footer.html' %]