{% load i18n %}
{% csrf_token %} {% trans "Preset values by selecting a field and filling in the value. A form can have default values for fields that exist on the form and fields that are hidden from the user." %}
{% for row in rows %} {% include "components/forms/initial_data_row.html" with row_id=row.row_id selected_field_id=row.selected_field_id value_context=row.value_context %} {% endfor %}