Guten Tag,

es wurde im Formular {{ formtitle }} auf {{ blogname }} eine Eingabe getÃĪtigt:

{% for formgroupdata in formdata %} {% for fieldid, value in formgroupdata %} {% if formfields[fieldid].getAttributesJsonDecoded()['label'] is not empty %} {{ formfields[fieldid].getAttributesJsonDecoded()['label'] }}: {% endif %} {% if value is iterable %} {% for v in value %} {{ v }}
{% endfor %}
{% else %} {{ value }}

{% endif %} {% endfor %} {% if formdata|length > 1 and not loop.last %}



{% endif %} {% endfor %}

-------------------------
Diese E-Mail wurde automatisch generiert. Bitte antworten Sie nicht hierauf.