[% feature.title | html %]
[% feature.satisfaction | html %]
[% 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 %]
[% ELSIF row.log -%]
[% row.log.text | html %]
[% END -%] [% END -%]
[% END -%]