<form class="flexcol {{classes}} content" autocomplete="off">
  {{{blurb}}}
  <section class="midi-qol-target-confirmation-list">
    <dl>
      {{#each targets as |target iid|}}
      <div class="midi-qol-box">
        <div class="flexrow 2">
          <div style="flex-grow: 4">
            <dd>
              <strong>{{{target.name}}}</strong>
              {{#if target.displayedDisposition}}
              <br>
              {{target.displayedDisposition}}
              {{/if}}
              {{#if target.hasDetails}}
              <br>
              {{target.details}}
              {{/if}}
            </dd>
          </div>
          <div style="flex-grow: 1"><img id="{{target.uuid}}" src="{{target.img}}" width="50" height="50"
              style="border:0px" /></div>
        </div>
      </div>
      {{/each}}
    </dl>
  </section>
</form>