# Legacy Templates

These templates are **deprecated** but still **supported** for backward compatibility.
You can continue using them if your theme or routes depend on them, but we recommend migrating to current templates when possible.

---
### Paths

| Template path (add this to your theme) |
| -------------------------------------------------- 
| `templates/account_addresses.jinja`               
| `templates/address_form.jinja`              

### Information

| Template                                                           | Purpose                                 | Route                |
| ------------------------------------------------------------------ | --------------------------------------- | -------------------- |
| [**account_addresses.jinja**](./templates/account_addresses.jinja) | Legacy customer addresses listing page. | `/addresses` |
| [**address_form.jinja**](./templates/address_form.jinja)           | Legacy customer address form page. Both new and edit route. | `/addresses/new` & `/addresses/{address_id}`|

