{% if help_text %}

{{ help_text }}

{% endif %} {% if thead %} {% for width in column_widths %}{% endfor %} {% for cell in thead %}{% endfor %} {% for row in tbody %} {% for cell in row.cells %} {% endfor %} {% endfor %}
{{ cell }}
{% if cell.is_static %} {{ cell.value }} {% else %} {% endif %}
{% else %}

This component isn't configured properly and can't be displayed.

{% endif %}

{% if max_attempts %}
{% endif %}