{{$filter = \IPS\Request::i()->filter;}}
{{if $currentStatus === -1}}
{lang="$text"}
{{elseif ( $ad['ad_end'] AND $ad['ad_end'] < time() ) OR ( $ad['ad_maximum_unit'] == 'i' AND $ad['ad_maximum_value'] > -1 AND $ad['ad_impressions'] >= $ad['ad_maximum_value'] ) OR ( $ad['ad_maximum_unit'] == 'c' AND $ad['ad_maximum_value'] > -1 AND $ad['ad_clicks'] >= $ad['ad_maximum_value'] ) }}
{lang="disabled"}
{{else}}
{lang="enabled"}
{lang="disabled"}
{{endif}}