<table class="table">
  <thead>
  <th>
    Form Type
  </th>
  <th>
    Form Name
  </th>
  <th>
    Subject
  </th>
  <th>
    Status
  </th>
  <th>
    Last Updated
  </th>
  <th>

  </th>
  <th>

  </th>
  </thead>
  <tbody>
  {{#each forms as |item|}}
    {{form-item
      form=item
      delete="delete"
      type=item.type
      formName=item.formName
      formSubject=item.formSubject
      status=item.status
      lastSaved=item.lastSaved
      formLink=item.formLink}}
  {{/each}}
  </tbody>
</table>