{% load i18n %}
{% csrf_token %} {% if checkbox_group_table_form %} {% include 'partials/form/form_errors.html' with form=field %} {% for choices in checkbox_group_table_form %}{{ choices }}{% endfor %} {% endif %}
{% if skip_onboarding == 'yes' %} {% translate 'Skip onboarding' %} {% endif %}