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

<%= ob.polyT('userPage.store.unableToFetchListings') %>

<%= ob.fetchFailReason %>

<%= ob.processingButton({ className: 'btn clrP clrBr js-retryFetch', btnText: ob.polyT('userPage.store.retryStoreFetch') }) %>
<% } else if (!ob.isFetching) { %>
<%= ob.polyT('userPage.store.shippingFilter.heading') %>
/>
<% if (ob.listingCount) { %>
<% const inactiveLink = ``; %> <%= ob.parseEmojis('🔒') %> <%= ob.polyT('userPage.store.inactive', { link: inactiveLink }) %>

<%= ob.polyT('userPage.store.noListingsFound') %>

<%= ob.polyT('userPage.store.btnClearSearch') %>
<% } else { %>
<%= ob.polyT('userPage.store.noListings') %>
<% } %>
<% } %>