<% // This is something found at the top of multiple modals. Would be nice to make this into a template // and componentize the css. %> <% if (ob.returnText) { %>
<%= ob.returnText %>
<% } %>
<%= ob.processingButton({ className: `btn clrBAttGrad clrBrDec1 clrTOnEmph`, btnText: 'Accept Order', }) %>
<% if (ob.isFetching) { %>
<%= ob.spinner({ className: 'spinnerMd' }) %>
<% } else if (ob.fetchFailed) { %>
Unable to fetch order.
<% if (ob.fetchError) { %>
<%= ob.fetchError %>
<% } %> Retry
<% } else { %>
<% } %>