{{ step_id }}


{{ step.keyword }} {{ step.name }}

{% if step.table %} {% for heading in step.table.headings %} {% endfor %} {% for row in step.table.rows %} {% for cell in row %} {% endfor %} {% endfor %}
{{ heading }}
{{ cell }}
{% endif %}