Files
parts_website/templates/_block_overlay_address.html
2024-04-17 15:07:51 +01:00

10 lines
216 B
HTML

{% extends '_template_overlay.html' %}
<!-- Requirements
Form_Billing form
string overlay_id
string overlay_title
-->
{% block overlay_body %}
{% include '_block_store_address.html' %}
{% endblock %}