Files
Prowlarr-Prowlarr/UI/Cells/ApprovalStatusCellTemplate.html

7 lines
83 B
HTML

<ul>
{{#each this}}
<li>{{this}}</li>
{{debug}}
{{/each}}
</ul>