{{ form.make_icon_button(_("Add Address"), form.url + "/add", icon="+") }}
{{ form.make_icon_button(_("Edit Address"), form.url + "/edit", icon="?") }}
{{ form.make_icon_button(_("Delete Address"), form.url + "/delete", icon="-") }}
{% end %}
{% else %}
{% end %}
{% end %}