{if !$admin.pg_message_send}
{"This campaign cannot be sent as it would exceed your currently allowed campaigns per day."|alang}
{else}
{if $admin.abuseratio_overlimit}
{"You are currently not able to send any new campaigns due to high abuse complaints. Please contact your administrator with any questions."|alang}
{elseif $admin.limit_campaign_type == 'day'}
{"This campaign cannot be sent as it would exceed your currently allowed campaigns per day."|alang}
{elseif $admin.limit_campaign_type == 'week'}
{"This campaign cannot be sent as it would exceed your currently allowed campaigns per week."|alang}
{elseif $admin.limit_campaign_type == 'month'}
{"This campaign cannot be sent as it would exceed your currently allowed campaigns per month."|alang}
{elseif $admin.limit_campaign_type == 'month1st'}
{"This campaign cannot be sent as it would exceed your currently allowed campaigns per calendar month."|alang}
{elseif $admin.limit_campaign_type == 'monthcdate'}
{"This campaign cannot be sent as it would exceed your currently allowed campaigns per calendar month."|alang}
{elseif $admin.limit_campaign_type == 'year'}
{"This campaign cannot be sent as it would exceed your currently allowed campaigns per year."|alang}
{elseif $admin.limit_campaign_type == 'ever'}
{"This campaign cannot be sent as it would exceed your currently allowed campaigns."|alang}
{/if}
{/if}
{if $admin.limit_mail_type == 'day'}
{"This campaign cannot be sent as it would exceed your currently allowed emails per day."|alang}
{elseif $admin.limit_mail_type == 'week'}
{"This campaign cannot be sent as it would exceed your currently allowed emails per week."|alang}
{elseif $admin.limit_mail_type == 'month'}
{"This campaign cannot be sent as it would exceed your currently allowed emails per month."|alang}
{elseif $admin.limit_mail_type == 'month1st'}
{"This campaign cannot be sent as it would exceed your currently allowed emails per calendar month."|alang}
{elseif $admin.limit_mail_type == 'monthcdate'}
{"This campaign cannot be sent as it would exceed your currently allowed emails per calendar month."|alang}
{elseif $admin.limit_mail_type == 'year'}
{"This campaign cannot be sent as it would exceed your currently allowed emails per year."|alang}
{elseif $admin.limit_mail_type == 'ever'}
{"This campaign cannot be sent as it would exceed your currently allowed emails."|alang}
{/if}
{"This campaign cannot be sent as you have exceeded your currently allowed subscribers for your account."|alang}
{if $formSubmitted}
{/if}
{if $formSubmitted}
{if $submitResult.succeeded and $submitResult.message}