10 lines
219 B
HTML
10 lines
219 B
HTML
{% extends '_template_overlay.html' %}
|
|
|
|
<!-- Requirements
|
|
Form_Billing form
|
|
string overlay_id
|
|
string overlay_title
|
|
-->
|
|
{% block overlay_body %}
|
|
{% include 'components/dog/_address.html' %}
|
|
{% endblock %} |