<% if ((state.totalPages || 1) > 1) { %>
<% _.each(handles, function (handle) { %> <% if (handle.type == "input") { %> disabled="disabled"<% } %>/> <% } else { %> <% if (handle.direction == 'next') { %> <%= _.__('oro.datagrid.pagination.totalPages', {totalPages: state.totalPages || 1}) %> <% } %> <% } %> <% }); %>
<% } %>