{% with field=block_fields.street_address %}
{% include "./textfield.html" with labels=labels.street_address %}
{% endwith %}
{% with field=block_fields.city %}
{% include "./textfield.html" with labels=labels.city %}
{% endwith %} {% with field=block_fields.state %}
{% include "./textfield.html" with labels=labels.state %}
{% endwith %} {% with field=block_fields.postal_code %}
{% include "./textfield.html" with labels=labels.postal_code %}
{% endwith %}
{% with field=block_fields.country %}
{{ field }}
{% endwith %}