<% if (ob.isFetching) { %>
<% print(ob.spinner({ className: 'spinnerMd' })) %>
<% } else if (ob.fetchFailed) { %>

<%= ob.polyT('notifications.errorHeading') %>

<% if (ob.fetchError) { %>

<%= ob.fetchError %>

<% } %> <% } else if (ob.noResults) { %>

<%= ob.polyT('notifications.noResults') %>

<% } %>