[% feature.title | html %]
[% feature.satisfaction | html %]
[% FOR scenario IN feature.scenarios -%]
[% scenario.title | html %]
[% END -%]
[% FOR scenario IN feature.scenarios %]
[% scenario.title | html %]
[% FOR row IN scenario.rows -%] [% IF row.screenshot -%]
[% ELSIF row.step -%]
[% row.step.text | html %]
[% row.step.result | html %]
[% FOR log IN row.step.logs -%]
[% log.timestamp | html %]
[% log.text | html %]
[% END -%] [% END -%] [% END -%]
[% END -%]