{% load i18n wagtailcrx_tags %}
{% for heading in data_headings %} {% endfor %} {% for row in data_rows %} {% for cell in row.fields %} {% endfor %} {% endfor %}
{% if heading.order %}{{ heading.label }}{% else %}{{ heading.label }}{% endif %}
{% process_form_cell request cell %}