{% load i18n %} {% with id=widget.attrs.id %}
{% if widget.options|length > 1 %}{% endif %} | {% for column_name in widget.column_names %}{{ column_name }} | {% endfor %}
---|---|
{% include option.template_name with widget=option %} {% if option.attrs.required %} {% translate 'this field is required' %} {% endif %} | {% for cell in option.label %}{% endfor %} |