{% block stylesheets %} {% endblock %} {% block body%} {% for a in address %}
Address: {{ a.streettype }} {{ a.streetname }}, {{ a.streetnumber }}
Post Area: {{ a.postaarea}}
City/Town: {{ a.citytown}}
Country: {{ a.longname}}
{% endfor %} {% endblock %}