mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-20 11:50:51 +02:00
11 lines
163 B
Handlebars
11 lines
163 B
Handlebars
<ul>
|
|
{{#each this}}
|
|
<li>
|
|
{{#if reason}}
|
|
{{reason}}
|
|
{{else}}
|
|
{{this}}
|
|
{{/if}}
|
|
</li>
|
|
{{/each}}
|
|
</ul>
|