lidarr/UI/Cells/ApprovalStatusCellTemplate.html

6 lines
83 B
HTML

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