Files
dog_training/templates/components/common/temporary/_overlay_address.html
2025-06-21 17:51:07 +01:00

10 lines
221 B
HTML

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