|
|
|
@ -4,9 +4,16 @@
|
|
|
|
|
{{/if_eq}}
|
|
|
|
|
{{/if_eq}}
|
|
|
|
|
|
|
|
|
|
{{#if_eq status compare="Pending"}}
|
|
|
|
|
{{#if_eq status compare="Delay"}}
|
|
|
|
|
<i class="icon-sonarr-download x-grab" title="Add to download queue (Override Delay Profile)"></i>
|
|
|
|
|
<i class="icon-sonarr-delete x-remove" title="Remove pending release"></i>
|
|
|
|
|
{{else}}
|
|
|
|
|
<i class="icon-sonarr-delete x-remove" title="Remove from download client"></i>
|
|
|
|
|
{{#unless_eq status compare="DownloadClientUnavailable"}}
|
|
|
|
|
<i class="icon-sonarr-delete x-remove" title="Remove from download client"></i>
|
|
|
|
|
{{/unless_eq}}
|
|
|
|
|
{{/if_eq}}
|
|
|
|
|
|
|
|
|
|
{{#if_eq status compare="DownloadClientUnavailable"}}
|
|
|
|
|
<i class="icon-sonarr-download x-grab" title="Add to download queue (Retry failed download)"></i>
|
|
|
|
|
<i class="icon-sonarr-delete x-remove" title="Remove pending release"></i>
|
|
|
|
|
{{/if_eq}}
|
|
|
|
|