{% load dashboards %} {% spaceless %} {% with rendered_value.form|get_form_context as ctx %}
{{ ctx.errors }} {% for field, errors in ctx.fields %} {% endfor %} {% if component.trigger == "submit" %} {% endif %}
{{ field.label_tag}}
{% if field.help_text %}{{ field.help_text|safe }}{% endif %} {{ errors }}
{{ field }}
 
{% for field in hidden_fields %}{{ field }}{% endfor %}
{% endwith %}} {% endspaceless %}