{assign var="title" value="Contacts"} {include file="header.html"} {include file="error.inc.html"}

{foreach from=$member_links item=t key=u} {$t}
{/foreach}
#_TPL_MEMBER_LOGOUT# #_TPL_MEMBER_CH_PSWD# Checks Contacts Report

Your contacts are the people who will receive notifications from Pingdom. These are the contacts you have set up so far. To edit or remove a contact, use the “Edit/Delete” options to the right of each contact in the list below. To add a new contact, simply click the “Add new contact” button.

RunningNotifications are sent Paused Notifications are paused


{foreach item=user from=$user} {/foreach}
# Name Phone Email Edit
{counter} {$user.name} {$user.phone} {$user.email} {if $user.states eq 1} Pause {else} Play {/if} Edit Delete

{include file="js.country_state.js"}
{include file="footer.html"}