{{$t('Showing results {%start%}-{%end%} on {%total%}',{start:((page-1)*paginateBy)+1,end:((page-1)*paginateBy)+result.results.length,total:result.count})}}
{{$t('Import #{% id %} launched',{id:importBatch.id})}}
</router-link>
</th>
<th></th>
<th></th>
<th></th>
<thv-if="showLibrary"></th>
</tr>
</tfoot>
</table>
<spanv-if="result && result.results.length > 0">
{{$t('Showing results {%start%}-{%end%} on {%total%}',{start:((page-1)*paginateBy)+1,end:((page-1)*paginateBy)+result.results.length,total:result.count})}}