[% feature.title | html %]

[% feature.satisfaction | html %]

    [% FOR scenario IN feature.scenarios -%]
  1. [% scenario.title | html %]
  2. [% END -%]
[% FOR scenario IN feature.scenarios %]

[% scenario.title | html %]

[% FOR row IN scenario.rows -%] [% IF row.screenshot -%] [% ELSIF row.step -%] [% FOR log IN row.step.logs -%] [% END -%] [% END -%] [% END -%]
[% row.screenshot.description | html %]

[% row.step.text | html %]

[% row.step.result | html %]
[% log.timestamp | html %] [% log.text | html %]
[% END -%]