
  <div class="summary-table">
    <table>
      <tr class="main-header">
        <th>Feature</th>
        <th colspan="3">Scenarios</th>
        <th colspan="4">Steps</th>
        <th colspan="2"></th>
      </tr>
      <tr class="sub-header">
        <th></th>
        <th>Total</th>
        <th>Passed</th>
        <th>Failed</th>
        <th>Total</th>
        <th>Passed</th>
        <th>Failed</th>
        <th>Skipped</th>
        <th>Duration</th>
        <th>Status</th>
      </tr>

      {{#features}}
        <tr class="{{status}}">
          <td>{{name}}</td>
          <td class="scenarios-all"></td>
          <td class="scenarios-passed passed"></td>
          <td class="scenarios-failed failed"></td>
          <td class="steps-all"></td>
          <td class="steps-passed passed"></td>
          <td class="steps-failed failed"></td>
          <td class="steps-skipped skipped"></td>
          <td class="duration">{{duration}}</td>
          <td class="status">{{status}}</td>
        </tr>
      {{/features}}

    </table>
  </div>
