@if(isset($release->passwordstatus) && $release->passwordstatus > 0)

Password Protected Release

Password Status
@if($release->passwordstatus == 1) Password Unknown @elseif($release->passwordstatus == 2) Password Available @endif
Password
@if(!empty($release->password))
{{ $release->password }}

This password is embedded in the NZB file and will be automatically recognized by NZBGet or SABnzbd.

@else
None

No password information available in the database.

@endif
@endif