{if isset($site.templates)}
{$site.templates.precontent}
{/if}
{if $creditbased and $maillimitleft_raw < 50}
{"Your account is almost out of email credits; soon you won't be able to send any more mailings to your subscribers."|alang}
{"Purchase more credits now!"|alang}
{/if}
{if $close2limit}
{if !$isAllTime}
{if $admin.limit_mail_type == 'month1st'}
{"Your account is nearing your email sending limit of %s emails per calendar month."|alang:$admin.limit_mail}
{else}
{"Your account is nearing your email sending limit of %s emails per %s."|alang:$admin.limit_mail:$admin.limit_mail_type}
{/if}
{else}
{"Your account is nearing your email sending limit of %s emails."|alang:$admin.limit_mail}
{/if}
{"You have %s emails left."|alang:$availLeft}
{"Any campaigns that exceed your limit will not start sending."|alang}
{/if}
{if $site.mail_abuse and $admin.abuseratio_overlimit}
{"Your account has been temporarily suspended due to a high number of abuse complaints. You have had %s subscribers report your email."|alang:$admin.abuses_reported}
{"That is %s%% of all emails you have sent so far, which is more than the %s%% that we allow for our service."|alang:$admin.abuseratio_current:$admin.abuseratio}
{"The ability to send emails has been disabled at this time."|alang}
{/if}
{if !$__ishosted and $site.mail_abuse and $abusers}
{"There is %s user group(s) that are currently suspended due to abuse complaints."|alang:$abusers}
{"Manage & Take Action"|alang}
{/if}
{if $__ishosted and ac_admin_ismaingroup()}
{if !$canAddSubscriberHosted}
{"You have maxed out the subscribers allowed with the email marketing plan you have."|alang}
{'Please upgrade to a higher plan in order to add more subscribers.'|alang:$site.p_link}
{elseif $close2subscriberlimit}
{"You currently are using %s%% of your subscribe limit in your email marketing plan."|alang:$sublimitperc}
{'If you plan on having more subscribers you may want to upgrade your plan to avoid reaching your subscriber limit.'|alang:$site.p_link}
{/if}
{if !$canSendCampaignHosted and $hosted_down4 == 'nobody'}
{"You have sent the maximum number of emails allowed per month with your plan."|alang}
{'Please upgrade to a higher plan in order to send additional emails.'|alang:$site.p_link}
{elseif $hosted_down4 != 'nobody'}
{if $hosted_down4 == 'maint'}
{"Your account is under maintenance at the moment."|alang}
{"Emails can not be sent at this time."|alang}
{elseif $hosted_down4 == 'review'}
{"Your account is currently under manual review."|alang}
{"You can start adding subscribers and designing emails."|alang}
{"You will be unable to actually send a campaign until the review is complete."|alang}
{"We strive to have reviews completed very quickly."|alang}
{elseif $hosted_down4 == 'suspend'}
{"Your account has been suspended."|alang}
{"You will receive additional details via email soon."|alang}
{"If you have not received any email within 1 hour of receiving this message, and would like further details, please contact support."|alang}
{/if}
{elseif $close2maillimit}
{"You currently have sent %s%% of your available emails to send per month."|alang:$maillimitperc}
{'You may want to upgrade your plan to allow sending more emails.'|alang:$site.p_link}