{% load dynforms %} {% load markup %} {% load icons %}
{% if field.field_type != 'newsection' %} {% if 'no-label' in field.options %} {% else %} {% endif %} {% if field.instructions and field.field_type != 'newsection' %} {% svg_icon "info-circle" size="sm" %} {% endif %}
{% svg_icon "info-circle" size="lg" %} {{ field.label }}

{{ field.instructions|markdown }}
{% endif %} {% if field.is_repeatable %} {% render_field field repeatable=True %} {% else %} {% render_field field %} {% endif %}