{% comment %} Template to render a checkbox form field with images. Renders the checkboxes vertically with a prominent image. If {{ conditions }} are provided, further image checkboxes are rendered with template ``image_checkbox_conditional.html``. Image checkboxes with {{ conditional }} are not rendered as they are supposed to be rendered using {{ conditions }} of their parent image checkbox. {% endcomment %} {% load static %} {% load floppyforms %} {% load list_to_columns %} {% if not conditional %} {% if options.label != 'none' %} {% endif %} {% endif %}