<input name="properties[email]" type="email" />
<input name="properties[first_name]" type="text" />
{% for line_item in recommended_offers %} <div> <a href="{{ line_item.url }}"> <img src="{{ line_item.picture }}" alt="" /> </a> <a href="{{ line_item.url }}"> {{ line_item.name }} </a> <b> {{ line_item.price }} </b> </div> {% endfor %}