{{#if shouldRender}}
  {{yield}}
{{else}}
  {{#each tableColumns.columns as |column|}}
    <td>&nbsp;</td>
  {{/each}}
{{/if}}
