my $is_ready = 1; $is_ready = 0 if $service->not_configured(); $is_ready = 0 if $service->payment->status() ne 'paid'; $is_ready or print "

Service ready? no

"; $is_ready and print gettext('yes ready');