[% 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 -%] [% ELSIF row.log -%] [% END -%] [% END -%]
[% row.screenshot.description | html %]
[% row.step.text | html %] [% row.step.result | html %]
[% row.log.text | html %]
[% END -%]