{% if address %}
{% include "userprofile/snippets/address-details.html" with address=address only %}
{% elif address_form %}
{% include "userprofile/snippets/address-form.html" with address_form=address_form only %}
{% endif %}