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

<%= ob.fetchErrorTitle %>

<% if (ob.fetchErrorMsg) { %>

<%= ob.fetchErrorMsg %>

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

<%= ob.noResultsMsg %>

<% } %>