{% extends "meta.html" %} {% block title %} Update billing address - {{cfg("sr.ht", "site-name")}} meta {% endblock %} {% block content %}

Update billing address

Please enter your billing details. This information is used to calculate applicable taxes and will be included on your invoice.

{{csrf_token()}}
{% include "partials/edit-address.html" %}
Cancel {{icon('caret-right')}}
{% endblock %}