mirror of https://github.com/Radarr/Radarr
15 lines
445 B
HTML
15 lines
445 B
HTML
<ul>
|
|
{{#each handles}}
|
|
<li {{#if className}}class="{{className}}"{{/if}} >
|
|
{{#if pageNumber}}
|
|
<span>{{pageNumber}} / {{lastPage}}</span>
|
|
{{else}}
|
|
<i class="pager-btn clickable {{label}}" data-action="{{action}}"/>
|
|
{{/if}}
|
|
</li>
|
|
{{/each}}
|
|
</ul>
|
|
|
|
<span class="total-records">
|
|
Total Records: {{Number state.totalRecords}}
|
|
</span> |